Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5041 - 5050 of 6,922 for content_length:[0 TO 9999] (0.13 sec)

  1. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Thu Apr 03 18:12:52 UTC 2025
    - 98 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Thu Apr 03 19:27:47 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Apr 04 00:48:29 UTC 2025
    - 6K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Thu Apr 03 22:19:15 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Fri Apr 04 03:37:10 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Fri Apr 04 05:15:23 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Fri Apr 04 03:09:26 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Apr 04 02:25:23 UTC 2025
    - 997 bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Mar 31 23:57:58 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Mar 31 21:44:04 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top