Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4691 - 4700 of 6,570 for content_length:[0 TO 9999] (0.48 sec)

  1. 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: Sat Dec 13 23:56:58 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. y.txt

    =over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153
    perldoc.perl.org/functions/y.txt
    Registered: Sat Dec 13 22:42:36 UTC 2025
    - 153 bytes
    - Viewed (0)
  3. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Sat Dec 13 23:26:52 UTC 2025
    - 98 bytes
    - Viewed (0)
  4. Encode::JP::JIS7.txt

    package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...
    perldoc.perl.org/Encode::JP::JIS7.txt
    Registered: Sun Dec 14 02:49:12 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Sun Dec 14 02:43:35 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  6. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Sun Dec 14 04:03:43 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  7. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Mon Dec 15 20:37:10 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  8. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Mon Dec 15 22:18:34 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  9. ExtUtils::MM_AIX.txt

    package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...
    perldoc.perl.org/ExtUtils::MM_AIX.txt
    Registered: Mon Dec 15 22:38:02 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. Search::Dict.txt

    package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...
    perldoc.perl.org/Search::Dict.txt
    Registered: Wed Dec 17 10:07:42 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top