Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,933 for host:perldoc.perl.org (0.15 sec)

  1. 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)
  2. 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)
  3. Test2::Transition.txt

    =pod =head1 NAME Test2::Transition - Transition notes when upgrading to Test2 =head1 DESCRIPTION This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes ...
    perldoc.perl.org/Test2::Transition.txt
    Registered: Tue Oct 21 02:33:42 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. Test2::Compare::Regex.txt

    package Test2::Compare::Regex; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/; ...
    perldoc.perl.org/Test2::Compare::Regex.txt
    Registered: Tue Oct 21 00:49:30 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. Test2::Event::Note.txt

    package Test2::Event::Note; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/message/; sub init { $_[0]-...
    perldoc.perl.org/Test2::Event::Note.txt
    Registered: Tue Oct 21 01:18:34 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. 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)
  10. Test2::Util::Importer.txt

    package Test2::Util::Importer; use strict; no strict 'refs'; use warnings; no warnings 'once'; our $VERSION = '1.302210'; my %SIG_TO_SLOT = ( '&' => 'CODE', '$' => 'SCALAR', '%' => 'HASH', '@' => '...
    perldoc.perl.org/Test2::Util::Importer.txt
    Registered: Tue Oct 21 07:44:46 UTC 2025
    - 22K bytes
    - Viewed (0)
Back to top