Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 125 for content_length:[0 TO 9999] (0.02 sec)

  1. Test2::Tools::Tiny.txt

    package Test2::Tools::Tiny; use strict; use warnings; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::API qw/context run_subtest test2_stack/; use Test2::Hub::Interceptor(); use T...
    perldoc.perl.org/Test2::Tools::Tiny.txt
    Registered: Sat Nov 01 02:29:29 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  2. 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 Nov 01 03:23:12 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. 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 Nov 01 05:28:15 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  4. 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: Sat Nov 01 00:29:02 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. Test2::Util::Ref.txt

    package Test2::Util::Ref; use strict; use warnings; our $VERSION = '1.302210'; 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 Nov 01 02:52:34 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  6. 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: Sat Nov 01 03:34:26 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. 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: Sat Nov 01 06:47:23 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  8. 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: Sat Nov 01 07:56:23 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. 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: Sat Nov 01 06:34:53 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  10. perl584delta.txt

    =head1 NAME perl584delta - what is new for perl v5.8.4 =head1 DESCRIPTION This document describes differences between the 5.8.3 release and the 5.8.4 release. =head1 Incompatible Changes Many minor...
    perldoc.perl.org/perl584delta.txt
    Registered: Sat Nov 01 12:44:22 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top