Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 2,615 for host:perldoc.perl.org (0.11 sec)

  1. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Sun Nov 17 11:23:56 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  2. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Sun Nov 17 04:03:19 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  3. 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 Nov 17 08:16:57 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  4. Scalar::Util.txt

    # Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...
    perldoc.perl.org/Scalar::Util.txt
    Registered: Sun Nov 17 11:45:46 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  5. Pod::Text::Termcap.txt

    # Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...
    perldoc.perl.org/Pod::Text::Termcap.txt
    Registered: Sun Nov 17 09:28:51 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. 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 Nov 17 04:47:47 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Sun Nov 17 08:23:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. 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 Nov 17 04:11:13 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. 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 Nov 17 09:24:44 UTC 2024
    - 600 bytes
    - Viewed (0)
  10. Test::More.txt

    package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...
    perldoc.perl.org/Test::More.txt
    Registered: Mon Nov 18 13:08:36 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top