Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1411 - 1420 of 6,529 for content_length:[0 TO 9999] (0.05 sec)

  1. Test2::Require::EnvVar.txt

    package Test2::Require::EnvVar; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; my ($var) = @_; confess "no envir...
    perldoc.perl.org/Test2::Require::EnvVar.txt
    Registered: Tue Jul 29 13:54:29 UTC 2025
    - 1.2K 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: Tue Jul 29 22:01:52 UTC 2025
    - 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: Tue Jul 29 19:51:17 UTC 2025
    - 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: Tue Jul 29 19:57:03 UTC 2025
    - 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: Tue Jul 29 23:29:25 UTC 2025
    - 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: Tue Jul 29 22:51:15 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  7. Test::Tester::CaptureRunner.txt

    # $Header: /home/fergal/my/cvs/Test-Tester/lib/Test/Tester/CaptureRunner.pm,v 1.3 2003/03/05 01:07:55 fergal Exp $ use strict; package Test::Tester::CaptureRunner; our $VERSION = '1.302210'; use Te...
    perldoc.perl.org/Test::Tester::CaptureRunner.txt
    Registered: Tue Jul 29 22:43:23 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Sun Jul 27 08:02:26 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  9. FileCache.txt

    package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...
    perldoc.perl.org/FileCache.txt
    Registered: Sun Jul 27 07:48:54 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  10. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Sun Jul 27 09:34:30 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top