Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3131 - 3140 of 5,847 for content_length:[0 TO 9999] (0.11 sec)

  1. 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: Thu Nov 07 09:16:19 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/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: Thu Nov 07 07:44:24 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. perllinux.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perllinux.txt
    Registered: Thu Nov 07 05:10:35 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. Devel::SelfStubber.txt

    package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...
    perldoc.perl.org/Devel::SelfStubber.txt
    Registered: Thu Nov 07 19:56:12 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Thu Nov 07 19:38:55 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Thu Nov 07 20:17:53 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. Encode::Symbol.txt

    package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::Symbol.txt
    Registered: Thu Nov 07 20:10:03 UTC 2024
    - 847 bytes
    - Viewed (0)
  8. perlqnx.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlqnx.txt
    Registered: Thu Nov 07 00:57:11 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. perl5144delta.txt

    =encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...
    perldoc.perl.org/perl5144delta.txt
    Registered: Thu Nov 07 03:36:21 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. perlamiga.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlamiga.txt
    Registered: Thu Nov 07 03:18:02 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top