Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1501 - 1510 of 2,636 for host:perldoc.perl.org (0.04 sec)

  1. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Mon Jun 30 09:20:37 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Mon Jun 30 19:13:54 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  3. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Mon Jun 30 12:01:59 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  4. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Mon Jun 30 12:18:37 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Mon Jun 30 18:38:29 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  6. Pod::Simple::XMLOutStream.txt

    package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Mon Jun 30 15:52:55 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Mon Jun 30 18:07:55 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. perlfaq5.txt

    =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. =head2 How...
    perldoc.perl.org/perlfaq5.txt Similar Results (1)
    Registered: Fri Jun 27 13:53:46 UTC 2025
    - 54.9K bytes
    - Viewed (0)
  9. perl5240delta.txt

    =encoding utf8 =head1 NAME perl5240delta - what is new for perl v5.24.0 =head1 DESCRIPTION This document describes the differences between the 5.22.0 release and the 5.24.0 release. =head1 Core Enh...
    perldoc.perl.org/perl5240delta.txt Similar Results (1)
    Registered: Fri Jul 04 14:25:42 UTC 2025
    - 63K bytes
    - Viewed (0)
  10. perl5380delta.txt

    =encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...
    perldoc.perl.org/perl5380delta.txt
    Registered: Fri Jul 04 14:14:22 UTC 2025
    - 67.3K bytes
    - Viewed (0)
Back to top