Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1941 - 1950 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.17'; 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: Sat Sep 13 17:07:38 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Sat Sep 13 20:15:33 UTC 2025
    - 318.6K bytes
    - Viewed (0)
  3. File::Compare.txt

    package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Sun Sep 14 00:47:21 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. 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: Sun Sep 14 01:45:00 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  5. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Sun Sep 14 02:23:14 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  6. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sun Sep 14 02:30:52 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  7. Test::Harness::Beyond - Beyond make test - Perl...

    Test::Harness::Beyond ( source , CPAN ) CONTENTS NAME Beyond make test Saved State Parallel Testing Non-Perl Tests Mi...
    perldoc.perl.org/Test::Harness::Beyond
    Registered: Fri Jun 27 11:39:03 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  8. VMS::Filespec.txt

    # Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...
    perldoc.perl.org/VMS::Filespec.txt
    Registered: Wed Jul 02 07:37:33 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  9. VMS::DCLsym.txt

    package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...
    perldoc.perl.org/VMS::DCLsym.txt
    Registered: Wed Jul 02 06:29:23 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  10. perl5280delta.txt

    =encoding utf8 =head1 NAME perl5280delta - what is new for perl v5.28.0 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.28.0 release. If you are upgradin...
    perldoc.perl.org/perl5280delta.txt
    Registered: Sat Aug 30 11:06:11 UTC 2025
    - 69.5K bytes
    - Viewed (0)
Back to top