Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 2,642 for host:perldoc.perl.org (0.15 sec)

  1. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Fri Sep 05 18:21:18 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. Net::hostent.txt

    package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...
    perldoc.perl.org/Net::hostent.txt
    Registered: Fri Sep 05 21:33:46 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Fri Sep 05 18:42:42 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  4. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Wed Sep 03 22:15:37 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  5. bigrat.txt

    package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigrat.txt
    Registered: Wed Sep 03 20:28:52 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  6. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Thu Sep 04 19:51:52 UTC 2025
    - 113.5K bytes
    - Viewed (0)
  7. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Fri Sep 05 01:29:28 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  8. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Thu Sep 04 20:44:26 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  9. File::stat.txt

    package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...
    perldoc.perl.org/File::stat.txt
    Registered: Thu Sep 04 20:50:18 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  10. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Thu Sep 04 22:56:50 UTC 2025
    - 10.8K bytes
    - Viewed (0)
Back to top