- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3511 - 3520 of 6,561 for content_length:[0 TO 9999] (0.08 sec)
-
UNIVERSAL.txt
package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...perldoc.perl.org/UNIVERSAL.txtRegistered: Mon Feb 17 04:05:30 UTC 2025 - 6.3K bytes - Viewed (0) -
Test2::Util::Sub.txt
package Test2::Util::Sub; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak carp/; use B(); our @EXPORT_OK = qw{ sub_info sub_name gen_reader gen_writer gen_accessor }; use bas...perldoc.perl.org/Test2::Util::Sub.txtRegistered: Mon Feb 17 08:41:58 UTC 2025 - 4.7K bytes - Viewed (0) -
Test::Builder::Module.txt
package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302199'; =head1 NAME Test::Builder::Module - Base class for test modules =...perldoc.perl.org/Test::Builder::Module.txtRegistered: Mon Feb 17 04:47:25 UTC 2025 - 4K bytes - Viewed (0) -
autodie::Scope::GuardStack.txt
package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...perldoc.perl.org/autodie::Scope::GuardStack.txtRegistered: Mon Feb 17 07:14:54 UTC 2025 - 3.3K bytes - Viewed (0) -
Win32CORE.txt
package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...perldoc.perl.org/Win32CORE.txtRegistered: Mon Feb 17 04:33:25 UTC 2025 - 1.3K bytes - Viewed (0) -
@INC.txt
=over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...perldoc.perl.org/variables/@INC.txtRegistered: Mon Feb 17 13:27:58 UTC 2025 - 987 bytes - Viewed (0) -
Test2::Util::Table::LineBreak.txt
package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...perldoc.perl.org/Test2::Util::Table::LineBreak.txtRegistered: Mon Feb 17 09:30:29 UTC 2025 - 1.1K bytes - Viewed (0) -
%!.txt
=over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...perldoc.perl.org/variables/%!.txtRegistered: Mon Feb 17 15:11:12 UTC 2025 - 758 bytes - Viewed (0) -
$^O.txt
=over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...perldoc.perl.org/variables/$^O.txtRegistered: Mon Feb 17 11:28:56 UTC 2025 - 670 bytes - Viewed (0) -
${^RE_TRIE_MAXBUF}.txt
=over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txtRegistered: Mon Feb 17 14:46:26 UTC 2025 - 632 bytes - Viewed (0)