Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 2,642 for host:perldoc.perl.org (0.12 sec)

  1. 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: Fri Sep 05 07:43:59 UTC 2025
    - 51.5K bytes
    - Viewed (0)
  2. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Fri Sep 05 04:00:34 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  3. Net::Domain.txt

    # Net::Domain.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute i...
    perldoc.perl.org/Net::Domain.txt
    Registered: Fri Sep 05 07:32:12 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  4. Pod::Simple::LinkSection.txt

    package Pod::Simple::LinkSection; # Based somewhat dimly on Array::Autojoin use strict; use warnings; use Pod::Simple::BlackBox; our $VERSION = '3.45'; use overload( # So it'll stringify nice '""' ...
    perldoc.perl.org/Pod::Simple::LinkSection.txt
    Registered: Fri Sep 05 08:06:18 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Fri Sep 05 04:24:40 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Fri Sep 05 04:41:43 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  7. ExtUtils::MM_MacOS.txt

    package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...
    perldoc.perl.org/ExtUtils::MM_MacOS.txt
    Registered: Fri Sep 05 04:33:30 UTC 2025
    - 901 bytes
    - Viewed (0)
  8. 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: Thu Sep 04 17:42:17 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  9. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Thu Sep 04 11:34:54 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  10. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Thu Sep 04 17:07:57 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top