Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4731 - 4740 of 6,570 for content_length:[0 TO 9999] (0.17 sec)

  1. Sub::Util.txt

    # Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...
    perldoc.perl.org/Sub::Util.txt
    Registered: Wed Dec 17 07:32:50 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. Locale::Maketext::Cookbook.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...
    perldoc.perl.org/Locale::Maketext::Cookbook.txt
    Registered: Wed Dec 17 06:49:26 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Wed Dec 17 07:58:24 UTC 2025
    - 1021 bytes
    - Viewed (0)
  4. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Tue Dec 16 07:47:48 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  5. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Tue Dec 16 12:55:25 UTC 2025
    - 762 bytes
    - Viewed (0)
  6. TAP::Harness::Env.txt

    package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.50'; # Get the parts of @INC wh...
    perldoc.perl.org/TAP::Harness::Env.txt
    Registered: Thu Dec 18 06:14:00 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  7. Test2::Event::Generic.txt

    package Test2::Event::Generic; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/reftype/; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use...
    perldoc.perl.org/Test2::Event::Generic.txt
    Registered: Thu Dec 18 07:14:11 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  8. Test2::Env.txt

    package Test2::Env; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Env - Documentation for environment variables used or set by Test2. =head...
    perldoc.perl.org/Test2::Env.txt
    Registered: Thu Dec 18 06:57:03 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  9. Test2::EventFacet::Info::Table.txt

    package Test2::EventFacet::Info::Table; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess/; use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; sub...
    perldoc.perl.org/Test2::EventFacet::Info::Table.txt
    Registered: Thu Dec 18 05:13:27 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  10. Test2::AsyncSubtest::Event::Attach.txt

    package Test2::AsyncSubtest::Event::Attach; use strict; use warnings; our $VERSION = '1.302210'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; sub no_display { 1 } sub callback { my $s...
    perldoc.perl.org/Test2::AsyncSubtest::Event::Attach.txt
    Registered: Thu Dec 18 05:27:01 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top