Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 2,612 for host:perldoc.perl.org (0.31 sec)

  1. Test2::Workflow::Build.txt

    package Test2::Workflow::Build; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Workflow::Task::Group; our @BUILD_FIELDS; BEGIN { @BUILD_FIELDS = qw{ primary variant setup teardown ...
    perldoc.perl.org/Test2::Workflow::Build.txt
    Registered: Fri Oct 31 22:49:23 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. Test2::Workflow::Task.txt

    package Test2::Workflow::Task; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API(); use Test2::Event::Exception(); use List::Util qw/min max/; use Scalar::Util qw/blessed/; use Ca...
    perldoc.perl.org/Test2::Workflow::Task.txt
    Registered: Fri Oct 31 23:02:55 UTC 2025
    - 3.8K 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: Fri Oct 31 23:53:46 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  4. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Thu Oct 16 10:03:51 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  5. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Tue Oct 21 03:21:24 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  6. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Tue Oct 21 04:39:56 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  7. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Tue Oct 21 07:06:37 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  8. Test2::Util::Sub.txt

    package Test2::Util::Sub; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak carp/; use B(); our @EXPORT_OK = qw{ sub_info sub_name gen_reader gen_writer gen_accessor }; use bas...
    perldoc.perl.org/Test2::Util::Sub.txt
    Registered: Tue Oct 21 05:09:39 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  9. Test::Builder::Module.txt

    package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302210'; =head1 NAME Test::Builder::Module - Base class for test modules =...
    perldoc.perl.org/Test::Builder::Module.txt
    Registered: Tue Oct 21 05:35:17 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. Test::Builder::Tester.txt

    package Test::Builder::Tester; use strict; our $VERSION = '1.302210'; use Test::Builder; use Symbol; use Carp; =head1 NAME Test::Builder::Tester - test testsuites that have been built with Test::Bu...
    perldoc.perl.org/Test::Builder::Tester.txt
    Registered: Tue Oct 21 12:26:01 UTC 2025
    - 17.6K bytes
    - Viewed (0)
Back to top