Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2251 - 2260 of 6,868 for content_length:[0 TO 9999] (0.13 sec)

  1. 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: Wed Apr 23 04:59:45 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  2. 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: Wed Apr 23 02:41:40 UTC 2025
    - 1.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: Wed Apr 23 08:03:36 UTC 2025
    - 8.1K 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: Wed Apr 23 08:32:47 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: Wed Apr 23 11:24:43 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: Wed Apr 23 10:18:51 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  7. 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: Fri Apr 25 00:03:23 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 3K bytes
    - Viewed (0)
  8. build.sysclasspath

    build.sysclasspath The value of the build.sysclasspath property controls how the system classpath, i.e. the classpath...
    ant.apache.org/manual/sysclasspath.html
    Registered: Fri Apr 25 00:02:41 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  9. Apache Ant User Manual

    Table of Contents Running Apache Ant Command Line Options Library Directories Files Environment Variables Java System...
    ant.apache.org/manual/runninglist.html
    Registered: Fri Apr 25 00:01:35 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  10. IDE Integration

    Table of Contents IDE Integration All the modern Java IDEs support Apache Ant almost out of the box. AntWork Plugin f...
    ant.apache.org/manual/ide.html
    Registered: Fri Apr 25 00:01:39 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top