Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Sun Sep 14 03:59:10 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...
    perldoc.perl.org/Internals.txt
    Registered: Sun Sep 14 04:28:15 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Sun Sep 14 04:49:47 UTC 2025
    - 5.6K 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