Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sun Mar 23 11:31:41 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  2. Pod::Simple::JustPod.txt

    package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @ISA = ('P...
    perldoc.perl.org/Pod::Simple::JustPod.txt
    Registered: Sun Mar 23 10:15:22 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  3. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Sun Mar 23 12:13:47 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  4. Pod::Perldoc::GetOptsOO.txt

    package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...
    perldoc.perl.org/Pod::Perldoc::GetOptsOO.txt
    Registered: Sun Mar 23 11:10:59 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. Net::protoent.txt

    package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...
    perldoc.perl.org/Net::protoent.txt
    Registered: Sun Mar 23 10:35:29 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToNroff.txt

    package Pod::Perldoc::ToNroff; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; # This is unlike ToMan.pm in that it emits the raw nroff sour...
    perldoc.perl.org/Pod::Perldoc::ToNroff.txt
    Registered: Sun Mar 23 14:14:18 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  7. TAP::Formatter::Color.txt

    package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...
    perldoc.perl.org/TAP::Formatter::Color.txt
    Registered: Sun Mar 23 09:04:23 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  8. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Sun Mar 23 08:43:25 UTC 2025
    - 600 bytes
    - Viewed (0)
  9. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sun Mar 23 03:07:51 UTC 2025
    - 51.2K bytes
    - Viewed (0)
  10. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sun Mar 23 01:40:28 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top