Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4621 - 4630 of about 10,000 for content_length:[10000 TO 99999] (0.21 sec)

  1. Pod::Checker.txt

    ########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...
    perldoc.perl.org/Pod::Checker.txt
    Registered: Mon May 05 18:08:21 UTC 2025
    - 33.3K bytes
    - Viewed (0)
  2. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Mon May 05 15:07:20 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  3. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Mon May 05 18:56:45 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  4. Test2::Formatter::TAP.txt

    package Test2::Formatter::TAP; use strict; use warnings; our $VERSION = '1.302199'; use Test2::Util qw/clone_io/; use Test2::Util::HashBase qw{ no_numbers handles _encoding _last_fh -made_assertion...
    perldoc.perl.org/Test2::Formatter::TAP.txt
    Registered: Tue May 06 13:49:10 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  5. Term::Table::HashBase.txt

    package Term::Table::HashBase; use strict; use warnings; our $VERSION = '0.018'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to regen...
    perldoc.perl.org/Term::Table::HashBase.txt
    Registered: Tue May 06 18:46:32 UTC 2025
    - 12.9K 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: Wed May 07 01:07:11 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  7. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Wed May 07 03:58:01 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  8. 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: Wed May 07 08:36:28 UTC 2025
    - 34.4K bytes
    - Viewed (0)
  9. 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: Wed May 07 11:42:02 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  10. 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: Wed May 07 10:44:33 UTC 2025
    - 17.3K bytes
    - Viewed (0)
Back to top