Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3401 - 3410 of 6,493 for content_length:[0 TO 9999] (0.06 sec)

  1. experimental.txt

    package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Mon Jun 16 23:44:15 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  2. 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: Mon Jun 16 21:48:30 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. 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: Mon Jun 16 23:26:43 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Sat Jun 21 17:26:52 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. perl5342delta.txt

    =encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...
    perldoc.perl.org/perl5342delta.txt
    Registered: Sat Jun 21 20:30:12 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Wed Jun 18 19:52:59 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. Pod::Simple::PullParserTextToken.txt

    package Pod::Simple::PullParserTextToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(t...
    perldoc.perl.org/Pod::Simple::PullParserTextToken.txt
    Registered: Wed Jun 18 22:58:52 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  8. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Wed Jun 18 22:14:48 UTC 2025
    - 3K bytes
    - Viewed (0)
  9. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Wed Jun 18 20:44:54 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. Net::hostent.txt

    package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...
    perldoc.perl.org/Net::hostent.txt
    Registered: Thu Jun 19 03:08:17 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top