Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2351 - 2360 of 2,657 for host:perldoc.perl.org (0.05 sec)

  1. File::Fetch.txt

    package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...
    perldoc.perl.org/File::Fetch.txt
    Registered: Wed Jan 28 03:19:15 UTC 2026
    - 46.2K bytes
    - Viewed (0)
  2. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Wed Jan 28 03:58:30 UTC 2026
    - 12.4K bytes
    - Viewed (0)
  3. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Wed Jan 28 05:34:02 UTC 2026
    - 9.9K bytes
    - Viewed (0)
  4. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Wed Jan 28 07:25:32 UTC 2026
    - 6.9K bytes
    - Viewed (0)
  5. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Wed Jan 28 04:40:20 UTC 2026
    - 5.1K bytes
    - Viewed (0)
  6. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Wed Jan 28 06:15:18 UTC 2026
    - 5.4K bytes
    - Viewed (0)
  7. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Wed Jan 28 04:49:24 UTC 2026
    - 2.4K bytes
    - Viewed (0)
  8. ExtUtils::MM_UWIN.txt

    package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...
    perldoc.perl.org/ExtUtils::MM_UWIN.txt
    Registered: Wed Jan 28 04:55:18 UTC 2026
    - 994 bytes
    - Viewed (0)
  9. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Wed Jan 28 06:59:30 UTC 2026
    - 865 bytes
    - Viewed (0)
  10. Net::FTP.txt

    # Net::FTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2017, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::FTP.txt
    Registered: Wed Jan 28 21:19:43 UTC 2026
    - 51.5K bytes
    - Viewed (0)
Back to top