- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 6,887 for content_length:[0 TO 9999] (0.05 sec)
-
AUTOLOAD.txt
=over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85perldoc.perl.org/functions/AUTOLOAD.txtRegistered: Thu Apr 03 13:51:11 UTC 2025 - 85 bytes - Viewed (0) -
lt.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/functions/lt.txt Similar Results (12)Registered: Thu Apr 03 18:55:19 UTC 2025 - 192 bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Sat Apr 05 17:37:03 UTC 2025 - 4.8K bytes - Viewed (0) -
Pod::Simple::DumpAsText.txt
package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...perldoc.perl.org/Pod::Simple::DumpAsText.txtRegistered: Sat Apr 05 14:42:11 UTC 2025 - 3.9K bytes - Viewed (0) -
TAP::Parser::Result::Plan.txt
package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.48 =cut our $VERSION...perldoc.perl.org/TAP::Parser::Result::Plan.txtRegistered: Sat Apr 05 15:40:47 UTC 2025 - 2K bytes - Viewed (0) -
TAP::Parser::Scheduler::Spinner.txt
package TAP::Parser::Scheduler::Spinner; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Spinner - A no-op job. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =head...perldoc.perl.org/TAP::Parser::Scheduler::Spinner.txtRegistered: Sat Apr 05 16:46:41 UTC 2025 - 990 bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Sat Apr 12 18:06:36 UTC 2025 - 8.5K bytes - Viewed (0) -
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Sat Apr 12 18:49:44 UTC 2025 - 2.6K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Sat Apr 12 22:57:50 UTC 2025 - 1.3K bytes - Viewed (0) -
DBM_Filter::utf8.txt
package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...perldoc.perl.org/DBM_Filter::utf8.txtRegistered: Sat Apr 12 22:29:36 UTC 2025 - 777 bytes - Viewed (0)