Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5341 - 5350 of 6,922 for content_length:[0 TO 9999] (0.08 sec)

  1. User::pwent.txt

    package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...
    perldoc.perl.org/User::pwent.txt
    Registered: Mon Mar 24 22:26:22 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  2. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Mon Mar 24 22:12:18 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  3. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Mon Mar 24 21:26:33 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  4. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302199'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Mon Mar 24 23:50:20 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  5. Test::use::ok.txt

    package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...
    perldoc.perl.org/Test::use::ok.txt
    Registered: Mon Mar 24 22:40:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. Test2::Workflow::Task::Action.txt

    package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; 1; __END__ =pod =encoding UTF-8 =...
    perldoc.perl.org/Test2::Workflow::Task::Action.txt
    Registered: Mon Mar 24 21:22:56 UTC 2025
    - 791 bytes
    - Viewed (0)
  7. Test2::Tools::Class.txt

    package Test2::Tools::Class; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; use Scalar::Util qw/blessed/; our @EXPORT = qw/can...
    perldoc.perl.org/Test2::Tools::Class.txt
    Registered: Mon Mar 24 16:53:14 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. Test2::Plugin::UTF8.txt

    package Test2::Plugin::UTF8; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::API qw{ test2_add_callback_post_load test2_stack }; my $LOADED = 0; sub import { my ...
    perldoc.perl.org/Test2::Plugin::UTF8.txt
    Registered: Mon Mar 24 16:41:13 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. Test2::Require::Fork.txt

    package Test2::Require::Fork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_FORK/; sub skip { return undef if CAN_FORK; return "This test re...
    perldoc.perl.org/Test2::Require::Fork.txt
    Registered: Mon Mar 24 14:23:55 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  10. Test2::Tools::Target.txt

    package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...
    perldoc.perl.org/Test2::Tools::Target.txt
    Registered: Mon Mar 24 13:56:14 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top