- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3591 - 3600 of 6,204 for content_length:[0 TO 9999] (0.09 sec)
-
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Sun Nov 10 10:19:34 UTC 2024 - 8.7K bytes - Viewed (0) -
VMS::DCLsym.txt
package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...perldoc.perl.org/VMS::DCLsym.txtRegistered: Sun Nov 10 11:46:47 UTC 2024 - 8.4K bytes - Viewed (0) -
Tie::SubstrHash.txt
package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...perldoc.perl.org/Tie::SubstrHash.txtRegistered: Sun Nov 10 11:06:54 UTC 2024 - 5.9K bytes - Viewed (0) -
Tie::Memoize.txt
use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...perldoc.perl.org/Tie::Memoize.txtRegistered: Sun Nov 10 14:43:52 UTC 2024 - 4.2K bytes - Viewed (0) -
Test2::Workflow::Task::Group.txt
package Test2::Workflow::Task::Group; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Workflow::Task::Action; use base 'Test2::Workflow::Task'; use Test2::Util::...perldoc.perl.org/Test2::Workflow::Task::Group.txtRegistered: Sun Nov 10 09:45:34 UTC 2024 - 2.1K bytes - Viewed (0) -
Tie::StdHandle.txt
package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...perldoc.perl.org/Tie::StdHandle.txtRegistered: Sun Nov 10 16:09:56 UTC 2024 - 1.4K bytes - Viewed (0) -
$INC.txt
=over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...perldoc.perl.org/variables/$INC.txtRegistered: Sun Nov 10 18:30:04 UTC 2024 - 801 bytes - Viewed (0) -
%INC.txt
=over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...perldoc.perl.org/variables/%INC.txtRegistered: Sun Nov 10 19:10:50 UTC 2024 - 681 bytes - Viewed (0) -
$<digits> ($1, $2, ...).txt
=over =item $<I<digits>> ($1, $2, ...) X<$1> X<$2> X<$3> X<$I<digits>> Contains the subpattern from the corresponding set of capturing parentheses from the last successful pattern match in the curr...perldoc.perl.org/variables/$<digits> ($1, $2, ...).txtRegistered: Sun Nov 10 18:42:14 UTC 2024 - 511 bytes - Viewed (0) -
${^RE_COMPILE_RECURSION_LIMIT}.txt
=over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txtRegistered: Sun Nov 10 19:18:35 UTC 2024 - 404 bytes - Viewed (0)