Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 1,302 for label:perl (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...
    perldoc.perl.org/threads.txt
    Registered: Fri Nov 15 15:05:14 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  8. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Sat Nov 16 08:09:48 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  9. DynaLoader.txt

    # Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...
    perldoc.perl.org/DynaLoader.txt
    Registered: Sat Nov 16 08:01:54 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  10. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Sat Nov 16 07:57:30 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top