Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1581 - 1590 of 2,636 for host:perldoc.perl.org (0.05 sec)

  1. Test2::Require::AuthorTesting.txt

    package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...
    perldoc.perl.org/Test2::Require::AuthorTesting.txt
    Registered: Tue Jul 01 17:25:12 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Wed Jul 02 06:55:04 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Wed Jul 02 07:00:44 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  4. XSLoader.txt

    # Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...
    perldoc.perl.org/XSLoader.txt
    Registered: Wed Jul 02 05:38:37 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  5. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Wed Jul 02 09:27:57 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  6. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Wed Jul 02 08:13:36 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  7. Text::Tabs.txt

    use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Wed Jul 02 05:13:32 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. Test2::Workflow::BlockBase.txt

    package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...
    perldoc.perl.org/Test2::Workflow::BlockBase.txt
    Registered: Wed Jul 02 08:39:25 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  9. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Wed Jul 02 04:30:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. CPAN - query, download and build perl modules f...

    CPAN ( source , CPAN ) version 2.38 CONTENTS NAME SYNOPSIS DESCRIPTION CPAN::shell([$prompt, $command]) Starting Inte...
    perldoc.perl.org/CPAN
    Registered: Mon Jul 07 12:24:44 UTC 2025
    - 155K bytes
    - Viewed (0)
Back to top