- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4291 - 4300 of about 10,000 for content_length:[10000 TO 99999] (0.33 sec)
-
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Tue Aug 26 08:43:33 UTC 2025 - 15.4K bytes - Viewed (0) -
autodie::hints.txt
package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...perldoc.perl.org/autodie::hints.txtRegistered: Tue Aug 26 09:54:00 UTC 2025 - 16.7K bytes - Viewed (0) -
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.txtRegistered: Thu Aug 28 06:17:26 UTC 2025 - 33.3K bytes - Viewed (0) -
Term::Table::HashBase.txt
package Term::Table::HashBase; use strict; use warnings; our $VERSION = '0.024'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to regen...perldoc.perl.org/Term::Table::HashBase.txtRegistered: Thu Aug 28 07:55:24 UTC 2025 - 12.9K bytes - Viewed (0) -
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.txtRegistered: Thu Aug 28 05:12:58 UTC 2025 - 12.1K bytes - Viewed (0) -
Test2::API::InterceptResult::Event.txt
package Test2::API::InterceptResult::Event; use strict; use warnings; our $VERSION = '1.302210'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype blessed/; use...perldoc.perl.org/Test2::API::InterceptResult::Event.txtRegistered: Thu Aug 28 17:13:54 UTC 2025 - 28.1K bytes - Viewed (0) -
Test2::Compare.txt
package Test2::Compare; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::Util::Ref qw/rtype/; use Carp qw/croak/; our @EXPORT_O...perldoc.perl.org/Test2::Compare.txtRegistered: Thu Aug 28 19:12:27 UTC 2025 - 11.5K bytes - Viewed (0) -
Test2::Formatter::TAP.txt
package Test2::Formatter::TAP; use strict; use warnings; our $VERSION = '1.302210'; 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.txtRegistered: Fri Aug 29 00:45:48 UTC 2025 - 13.7K bytes - Viewed (0) -
Text::Balanced.txt
# Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...perldoc.perl.org/Text::Balanced.txtRegistered: Fri Aug 29 08:14:34 UTC 2025 - 78.9K bytes - Viewed (0) -
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.txtRegistered: Fri Aug 29 06:33:48 UTC 2025 - 18.9K bytes - Viewed (0)