Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3471 - 3480 of 6,339 for content_length:[0 TO 9999] (0.08 sec)

  1. ExtUtils::MakeMaker::Config.txt

    package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...
    perldoc.perl.org/ExtUtils::MakeMaker::Config.txt
    Registered: Mon Nov 10 17:42:31 UTC 2025
    - 602 bytes
    - Viewed (0)
  2. 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: Sun Nov 09 03:13:23 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  3. 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: Sun Nov 09 06:22:15 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.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: Sun Nov 09 08:31:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. 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: Mon Nov 10 01:05:59 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Sun Nov 09 20:16:58 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  7. Tie::RefHash.txt

    package Tie::RefHash; # git description: v1.40-9-g23812d9 # ABSTRACT: Use references as hash keys our $VERSION = '1.41'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefHash; #pod ti...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Sun Nov 09 20:42:25 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  8. stable.txt

    package stable; $stable::VERSION = '0.035'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Mon Nov 10 01:15:35 UTC 2025
    - 4.8K 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: Mon Nov 10 01:27:32 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 Nov 09 23:57:50 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top