Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 3,197 for filetype:txt (0.05 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 Nov 17 08:16:57 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. Test::Harness::Beyond.txt

    =head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...
    perldoc.perl.org/Test::Harness::Beyond.txt
    Registered: Mon Nov 18 09:46:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. Test2::V0.txt

    package Test2::V0; use strict; use warnings; use Test2::Util::Importer; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Plugin::SRand(); use Test2::Plugin::UTF8(); use Test2::Tools::Targe...
    perldoc.perl.org/Test2::V0.txt
    Registered: Mon Nov 18 11:32:57 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top