Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2391 - 2400 of 2,641 for host:perldoc.perl.org (0.03 sec)

  1. Pod::Man.txt

    # Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...
    perldoc.perl.org/Pod::Man.txt
    Registered: Sat Jul 12 08:34:19 UTC 2025
    - 93.6K bytes
    - Viewed (0)
  2. Pod::Simple::Search.txt

    package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...
    perldoc.perl.org/Pod::Simple::Search.txt
    Registered: Sat Jul 12 06:46:22 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  3. Net::Domain.txt

    # Net::Domain.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 i...
    perldoc.perl.org/Net::Domain.txt
    Registered: Sat Jul 12 07:28:10 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  4. 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: Sat Jul 12 08:02:33 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  5. TAP::Parser::IteratorFactory.txt

    package TAP::Parser::IteratorFactory; use strict; use warnings; use Carp qw( confess ); use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant handlers => []; =head1 NAME TAP::Par...
    perldoc.perl.org/TAP::Parser::IteratorFactory.txt
    Registered: Sat Jul 12 08:40:25 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  6. Test2::Compare::Array.txt

    package Test2::Compare::Array; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; use Carp q...
    perldoc.perl.org/Test2::Compare::Array.txt
    Registered: Sat Jul 12 09:16:31 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  7. Test2::Event::Generic.txt

    package Test2::Event::Generic; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/reftype/; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use...
    perldoc.perl.org/Test2::Event::Generic.txt
    Registered: Sat Jul 12 10:26:15 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  8. TAP::Object.txt

    package TAP::Object; use strict; use warnings; =head1 NAME TAP::Object - Base class that provides common functionality to all C<TAP::*> modules =head1 VERSION Version 3.50 =cut our $VERSION = '3.50...
    perldoc.perl.org/TAP::Object.txt
    Registered: Sat Jul 12 07:36:57 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  9. Test2::Event::Pass.txt

    package Test2::Event::Pass; use strict; use warnings; our $VERSION = '1.302210'; use Test2::EventFacet::Info; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event); *META_KEY = \&Test2::Util::E...
    perldoc.perl.org/Test2::Event::Pass.txt
    Registered: Sat Jul 12 11:01:19 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Stroke.txt
    Registered: Sun Jul 13 19:30:56 UTC 2025
    - 118.8K bytes
    - Viewed (0)
Back to top