Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 1,302 for label:perl (0.05 sec)

  1. Win32.txt

    package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...
    perldoc.perl.org/Win32.txt
    Registered: Tue Nov 19 00:00:47 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  2. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302199'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Mon Nov 18 23:11:54 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. Text::ParseWords.txt

    package Text::ParseWords; use strict; use warnings; require 5.006; our $VERSION = "3.31"; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(shellwords quotewords nested_quotewords parse_line)...
    perldoc.perl.org/Text::ParseWords.txt
    Registered: Mon Nov 18 23:04:40 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. Thread::Semaphore.txt

    package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...
    perldoc.perl.org/Thread::Semaphore.txt
    Registered: Mon Nov 18 20:05:43 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. Tie::Handle.txt

    package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...
    perldoc.perl.org/Tie::Handle.txt
    Registered: Mon Nov 18 22:39:49 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. Text::Abbrev.txt

    package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...
    perldoc.perl.org/Text::Abbrev.txt
    Registered: Mon Nov 18 20:36:34 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. Tie::Hash::NamedCapture.txt

    use strict; package Tie::Hash::NamedCapture; our $VERSION = "0.13"; __END__ =head1 NAME Tie::Hash::NamedCapture - Named regexp capture buffers =head1 SYNOPSIS tie my %hash, "Tie::Hash::NamedCapture...
    perldoc.perl.org/Tie::Hash::NamedCapture.txt
    Registered: Mon Nov 18 18:39:23 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. Pod::Simple::Subclassing.txt

    =head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...
    perldoc.perl.org/Pod::Simple::Subclassing.txt
    Registered: Sun Nov 17 10:30:47 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  9. TAP::Harness.txt

    package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...
    perldoc.perl.org/TAP::Harness.txt
    Registered: Sun Nov 17 10:52:03 UTC 2024
    - 29K bytes
    - Viewed (0)
  10. Sys::Syslog::Win32.txt

    package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...
    perldoc.perl.org/Sys::Syslog::Win32.txt
    Registered: Sun Nov 17 13:19:51 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top