Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. Fcntl - various flag constants and helper funct...

    Fcntl ( source , CPAN ) version 1.20 Fcntl may also refer to the function: fcntl CONTENTS NAME SYNOPSIS DESCRIPTION E...
    perldoc.perl.org/Fcntl
    Registered: Mon Jul 07 12:23:39 UTC 2025
    - 49.3K bytes
    - Viewed (0)
  10. utf8 - Perl pragma to enable/disable UTF-8 (or ...

    utf8 ( source , CPAN ) version 1.27 CONTENTS NAME SYNOPSIS DESCRIPTION Utility functions BUGS SEE ALSO # NAME utf8 - ...
    perldoc.perl.org/utf8
    Registered: Mon Jul 07 12:24:19 UTC 2025
    - 26.8K bytes
    - Viewed (0)
Back to top