Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1341 - 1350 of 6,887 for content_length:[0 TO 9999] (0.41 sec)

  1. 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: Sun Apr 06 23:28:24 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  2. 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 Apr 07 02:02:15 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  3. Test2::Plugin::DieOnFail.txt

    package Test2::Plugin::DieOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test2...
    perldoc.perl.org/Test2::Plugin::DieOnFail.txt
    Registered: Mon Apr 07 00:11:51 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. 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.302199'; use Te...
    perldoc.perl.org/Test::Tester::CaptureRunner.txt
    Registered: Sun Apr 06 22:58:26 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  5. 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 Apr 07 03:42:11 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  6. 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 Apr 07 08:52:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. Test2::Plugin::Times.txt

    package Test2::Plugin::Times; use strict; use warnings; use Test2::Util::Times qw/render_bench render_duration/; use Test2::API qw{ test2_add_callback_exit }; use Time::HiRes qw/time/; our $VERSION...
    perldoc.perl.org/Test2::Plugin::Times.txt
    Registered: Mon Apr 07 04:04:36 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  8. 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 Apr 07 03:49:26 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. 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 Apr 07 07:09:22 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. ExtensionSet Type

    ExtensionSet Utility type that represents a set of Extensions. Note that this type works with extensions as defined b...
    ant.apache.org/manual/Types/extensionset.html
    Registered: Wed Apr 16 00:03:13 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 3K bytes
    - Viewed (0)
Back to top