Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 2,642 for host:perldoc.perl.org (0.12 sec)

  1. Perl Documentation

    package Pod::Simple::HTMLBatch; use strict; our $VERSION = '3.45'; our @ISA = (); # Yup, we're NOT a subclass of Pod::Simple::HTML! # TODO: nocontents stylesheets. Strike some of the color variatio...
    perldoc.perl.org/Pod::Simple::HTMLBatch.txt
    Registered: Fri Sep 05 13:15:25 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  2. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Fri Sep 05 11:12:03 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. PerlIO::via.txt

    package PerlIO::via; our $VERSION = '0.19'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::via - Helper class for PerlIO layers implemented in perl =head1 SYNOPSIS use PerlIO::v...
    perldoc.perl.org/PerlIO::via.txt
    Registered: Fri Sep 05 12:11:41 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. Locale::Maketext::Cookbook.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...
    perldoc.perl.org/Locale::Maketext::Cookbook.txt
    Registered: Fri Sep 05 10:04:15 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. Pod::Perldoc::ToTerm.txt

    package Pod::Perldoc::ToTerm; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToTerm.txt
    Registered: Fri Sep 05 11:55:50 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToText.txt

    package Pod::Perldoc::ToText; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToText.txt
    Registered: Fri Sep 05 13:22:38 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  7. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Fri Sep 05 13:06:47 UTC 2025
    - 1021 bytes
    - Viewed (0)
  8. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Thu Sep 04 05:01:37 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  9. CPAN::Meta::History::Meta_1_2.txt

    =for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txt
    Registered: Thu Sep 04 06:06:59 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  10. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Thu Sep 04 06:12:11 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top