Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1011 - 1020 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. Net::libnetFAQ.txt

    =head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...
    perldoc.perl.org/Net::libnetFAQ.txt
    Registered: Sat Apr 05 06:40:19 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  2. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Sat Apr 05 08:28:56 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Sat Apr 05 05:10:54 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Sat Apr 05 14:11:14 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  5. Pod::Simple.txt

    =head1 NAME Pod::Simple - framework for parsing Pod =head1 SYNOPSIS TODO =head1 DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language tha...
    perldoc.perl.org/Pod::Simple.txt
    Registered: Sat Apr 05 14:33:44 UTC 2025
    - 14.8K bytes
    - Viewed (0)
  6. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250118_40'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Sat Apr 05 10:36:37 UTC 2025
    - 39.4K bytes
    - Viewed (0)
  7. Net::Netrc.txt

    # Net::Netrc.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 it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Sat Apr 05 12:34:46 UTC 2025
    - 8K bytes
    - Viewed (0)
  8. Net::servent.txt

    package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...
    perldoc.perl.org/Net::servent.txt
    Registered: Sat Apr 05 11:04:15 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  9. Pod::Simple::Subclassing.txt

    =head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...
    perldoc.perl.org/Pod::Simple::Subclassing.txt
    Registered: Sat Apr 05 17:16:18 UTC 2025
    - 33.3K bytes
    - Viewed (0)
  10. TAP::Harness.txt

    package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...
    perldoc.perl.org/TAP::Harness.txt
    Registered: Sat Apr 05 18:28:30 UTC 2025
    - 29K bytes
    - Viewed (0)
Back to top