Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 1,302 for label:perl (0.03 sec)

  1. Test2::Require::NonInteractiveTesting.txt

    package Test2::Require::NonInteractiveTestin; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'NONINTERACTIVE_TEST...
    perldoc.perl.org/Test2::Require::NonInteractiveTesting.txt
    Registered: Sat Feb 08 04:46:20 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Sat Feb 08 12:21:54 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  3. Test2::Tools::Spec.txt

    package Test2::Tools::Spec; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Workflow qw/parse_args build current_build root_build init_root build_stack/; use Tes...
    perldoc.perl.org/Test2::Tools::Spec.txt
    Registered: Sat Feb 08 08:53:37 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  4. Test2::Util::Table.txt

    package Test2::Util::Table; use strict; use warnings; our $VERSION = '0.000162'; 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: Sat Feb 08 08:06:02 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. 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: Sat Feb 08 10:41:59 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  6. 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: Sat Feb 08 07:52:15 UTC 2025
    - 4.1K 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: Sat Feb 08 11:15:18 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. Test2::Util::Ref.txt

    package Test2::Util::Ref; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/reftype blessed refaddr/; our @EXPORT_OK = qw/rtype render_ref/; use base 'Exporter'; sub rtype { ...
    perldoc.perl.org/Test2::Util::Ref.txt
    Registered: Sat Feb 08 11:32:36 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::GB2312.txt
    Registered: Sat Feb 08 13:18:42 UTC 2025
    - 34.4K bytes
    - Viewed (0)
  10. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Sat Feb 08 16:13:36 UTC 2025
    - 25.1K bytes
    - Viewed (0)
Back to top