Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3771 - 3780 of 6,887 for content_length:[0 TO 9999] (0.23 sec)

  1. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Apr 19 19:03:37 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Sat Apr 19 15:40:51 UTC 2025
    - 152 bytes
    - Viewed (0)
  3. App::Prove::State::Result.txt

    package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: Sun Apr 20 05:06:26 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Sat Apr 19 22:18:55 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. warnings::register.txt

    package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Sun Apr 20 00:01:29 UTC 2025
    - 768 bytes
    - Viewed (0)
  6. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Sun Apr 20 10:35:18 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  7. B::Showlex.txt

    package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...
    perldoc.perl.org/B::Showlex.txt
    Registered: Sun Apr 20 08:29:25 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  8. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Sun Apr 20 12:33:35 UTC 2025
    - 5K bytes
    - Viewed (0)
  9. if.txt

    package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...
    perldoc.perl.org/if.txt
    Registered: Sun Apr 20 11:57:21 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. blib.txt

    package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...
    perldoc.perl.org/blib.txt
    Registered: Sun Apr 20 08:16:24 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top