- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5041 - 5050 of 6,922 for content_length:[0 TO 9999] (0.13 sec)
-
s.txt
=over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98perldoc.perl.org/functions/s.txtRegistered: Thu Apr 03 18:12:52 UTC 2025 - 98 bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Thu Apr 03 19:27:47 UTC 2025 - 8.3K bytes - Viewed (0) -
lib.txt
package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...perldoc.perl.org/lib.txtRegistered: Fri Apr 04 00:48:29 UTC 2025 - 6K bytes - Viewed (0) -
autouse.txt
package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...perldoc.perl.org/autouse.txtRegistered: Thu Apr 03 22:19:15 UTC 2025 - 4.1K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Fri Apr 04 03:37:10 UTC 2025 - 2K bytes - Viewed (0) -
CPAN::Plugin.txt
package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...perldoc.perl.org/CPAN::Plugin.txtRegistered: Fri Apr 04 05:15:23 UTC 2025 - 3.1K bytes - Viewed (0) -
DBM_Filter::encode.txt
package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...perldoc.perl.org/DBM_Filter::encode.txtRegistered: Fri Apr 04 03:09:26 UTC 2025 - 1.3K bytes - Viewed (0) -
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Fri Apr 04 02:25:23 UTC 2025 - 997 bytes - Viewed (0) -
perlnumber.txt
=head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...perldoc.perl.org/perlnumber.txtRegistered: Mon Mar 31 23:57:58 UTC 2025 - 8.2K bytes - Viewed (0) -
perldtrace.txt
=head1 NAME perldtrace - Perl's support for DTrace =head1 SYNOPSIS # dtrace -Zn 'perl::sub-entry, perl::sub-return { trace(copyinstr(arg0)) }' dtrace: description 'perl::sub-entry, perl::sub-return...perldoc.perl.org/perldtrace.txtRegistered: Mon Mar 31 21:44:04 UTC 2025 - 7.8K bytes - Viewed (0)