Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1881 - 1890 of 2,657 for host:perldoc.perl.org (0.04 sec)

  1. perl581delta - what is new for perl v5.8.1 - Pe...

    perl581delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Hash Randomisation UTF-8 On Filehandles...
    perldoc.perl.org/perl581delta
    Registered: Mon Jan 26 12:22:53 UTC 2026
    - 77.8K bytes
    - Viewed (0)
  2. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Registered: Wed Jan 28 03:42:52 UTC 2026
    - 116.1K bytes
    - Viewed (0)
  3. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Wed Jan 28 02:32:48 UTC 2026
    - 15.5K bytes
    - Viewed (0)
  4. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Wed Jan 28 03:12:36 UTC 2026
    - 10.9K bytes
    - Viewed (0)
  5. Errno.txt

    # -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...
    perldoc.perl.org/Errno.txt
    Registered: Wed Jan 28 02:55:48 UTC 2026
    - 6.7K bytes
    - Viewed (0)
  6. ExtUtils::Command::MM.txt

    package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...
    perldoc.perl.org/ExtUtils::Command::MM.txt
    Registered: Wed Jan 28 05:59:02 UTC 2026
    - 7.5K bytes
    - Viewed (0)
  7. 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: Wed Jan 28 05:44:44 UTC 2026
    - 3.9K bytes
    - Viewed (0)
  8. ExtUtils::Mkbootstrap.txt

    package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...
    perldoc.perl.org/ExtUtils::Mkbootstrap.txt
    Registered: Wed Jan 28 01:15:25 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  9. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Wed Jan 28 03:02:27 UTC 2026
    - 911 bytes
    - Viewed (0)
  10. ExtUtils::MY.txt

    package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.76'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...
    perldoc.perl.org/ExtUtils::MY.txt
    Registered: Wed Jan 28 04:20:31 UTC 2026
    - 678 bytes
    - Viewed (0)
Back to top