Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 2,612 for host:perldoc.perl.org (0.07 sec)

  1. Net::Ping.txt

    package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...
    perldoc.perl.org/Net::Ping.txt
    Registered: Thu Oct 30 02:53:47 UTC 2025
    - 82.1K bytes
    - Viewed (0)
  2. Math::BigInt::Lib.txt

    package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...
    perldoc.perl.org/Math::BigInt::Lib.txt
    Registered: Thu Oct 30 03:33:23 UTC 2025
    - 78.8K bytes
    - Viewed (0)
  3. 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: Thu Oct 30 03:02:39 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  4. PerlIO::via::QuotedPrint.txt

    # Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...
    perldoc.perl.org/PerlIO::via::QuotedPrint.txt
    Registered: Thu Oct 30 02:22:33 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. 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: Thu Oct 30 05:26:22 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. 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: Thu Oct 30 01:47:40 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.17'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Thu Oct 30 03:14:55 UTC 2025
    - 950 bytes
    - Viewed (0)
  8. Locale::Maketext::GutsLoader.txt

    package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...
    perldoc.perl.org/Locale::Maketext::GutsLoader.txt
    Registered: Wed Oct 29 22:10:48 UTC 2025
    - 490 bytes
    - Viewed (0)
  9. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt Similar Results (1)
    Registered: Thu Oct 30 07:59:11 UTC 2025
    - 83.5K bytes
    - Viewed (0)
  10. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Thu Oct 30 06:09:18 UTC 2025
    - 63.1K bytes
    - Viewed (0)
Back to top