Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 1,316 for label:perl (0.02 sec)

  1. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Fri Aug 29 08:59:56 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  2. 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: Fri Aug 29 10:27:34 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  3. 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: Fri Aug 29 10:36:29 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  4. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.36'; 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_LEA...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Fri Aug 29 09:29:34 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  5. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Fri Aug 29 10:57:36 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. 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: Fri Aug 29 08:38:18 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  7. Test2::Workflow::BlockBase.txt

    package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '1.302210'; 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: Fri Aug 29 11:25:17 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  8. 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: Fri Aug 29 08:45:31 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. Test2::Util::Table.txt

    package Test2::Util::Table; use strict; use warnings; our $VERSION = '1.302210'; use base 'Term::Table'; use Test2::Util::Importer 'Test2::Util::Importer' => 'import'; our @EXPORT_OK = qw/table/; o...
    perldoc.perl.org/Test2::Util::Table.txt
    Registered: Fri Aug 29 12:33:32 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. User::grent.txt

    package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...
    perldoc.perl.org/User::grent.txt
    Registered: Fri Aug 29 12:10:11 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top