Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 34 for content_length:[10000 TO 99999] (0.09 sec)

  1. 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: Fri Aug 22 06:38:49 UTC 2025
    - 34.4K 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: Fri Aug 22 07:24:37 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  3. 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 22 08:13:03 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  4. 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 22 09:05:28 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  5. %{^CAPTURE_ALL} - Perldoc Browser

    variables / %{^CAPTURE_ALL} ( source , CPAN ) # %{^CAPTURE_ALL} # %- Similar to %+ , this variable allows access to t...
    perldoc.perl.org/variables/%{^CAPTURE_ALL}
    Registered: Fri Aug 22 10:22:49 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  6. 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: Fri Aug 22 05:13:44 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  7. 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 22 00:21:11 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  8. Test2::Tools::Spec.txt

    package Test2::Tools::Spec; use strict; use warnings; our $VERSION = '1.302210'; 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: Fri Aug 22 03:04:58 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  9. libnetcfg.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME libnetcfg - config...
    perldoc.perl.org/libnetcfg.txt
    Registered: Fri Aug 22 20:52:36 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  10. shasum.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for c...
    perldoc.perl.org/shasum.txt
    Registered: Fri Aug 22 21:12:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
Back to top