Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 51 - 60 of 1,172 for host:perldoc.perl.org (0.02 sec)

  1. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Tue May 14 16:19:00 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. ExtUtils::CBuilder::Platform::Windows.txt

    package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280238'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Tue May 14 15:04:12 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Tue May 14 13:56:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Tue May 14 16:56:53 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  5. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Tue May 14 13:19:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::SMTP.txt
    Registered: Wed May 15 06:12:41 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  7. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Wed May 15 05:05:39 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. O.txt

    package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...
    perldoc.perl.org/O.txt
    Registered: Wed May 15 08:32:36 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. Net::hostent.txt

    package Net::hostent; use strict; use 5.006_001; our $VERSION = '1.03'; our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); BEGIN { ...
    perldoc.perl.org/Net::hostent.txt
    Registered: Wed May 15 03:22:39 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.16"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Wed May 15 04:56:29 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top