Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 3,449 for filetype:txt (0.09 sec)

  1. Test2::Manual::Tooling.txt

    package Test2::Manual::Tooling; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling - Manual page for tool authors. =head1 DESCRIPTION This section co...
    perldoc.perl.org/Test2::Manual::Tooling.txt
    Registered: Thu Aug 21 19:25:22 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. 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: Fri Aug 22 02:50:30 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. 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: Fri Aug 22 02:42:33 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. Test2::Util.txt

    package Test2::Util; use strict; use warnings; our $VERSION = '1.302210'; use Config qw/%Config/; use Carp qw/croak/; BEGIN { *HAVE_PERLIO = defined &PerlIO::get_layers ? sub() { 1 } : sub() { 0 };...
    perldoc.perl.org/Test2::Util.txt
    Registered: Fri Aug 22 03:22:19 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  5. 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: Fri Aug 22 04:10:52 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  6. 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: Fri Aug 22 09:19:38 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  7. 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: Fri Aug 22 08:48:39 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. $^V.txt

    =over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...
    perldoc.perl.org/variables/$^V.txt
    Registered: Fri Aug 22 09:37:02 UTC 2025
    - 1.6K 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: Fri Aug 22 04:43:03 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. @{^CAPTURE}.txt

    =over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...
    perldoc.perl.org/variables/@{^CAPTURE}.txt
    Registered: Fri Aug 22 10:22:42 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top