Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1851 - 1860 of 2,638 for host:perldoc.perl.org (0.03 sec)

  1. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Thu Jul 10 17:20:50 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. DBM_Filter::compress.txt

    package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...
    perldoc.perl.org/DBM_Filter::compress.txt
    Registered: Thu Jul 10 13:27:52 UTC 2025
    - 854 bytes
    - Viewed (0)
  3. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Sat Jul 12 02:13:04 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  4. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Fri Jul 11 22:24:44 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  5. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Sat Jul 12 02:35:23 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  6. Pod::Simple::XMLOutStream.txt

    package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Fri Jul 11 22:16:55 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Fri Jul 11 20:17:36 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  8. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Fri Jul 11 20:24:43 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. TAP::Parser::Iterator.txt

    package TAP::Parser::Iterator; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION Version 3.50 =cut our $VERSIO...
    perldoc.perl.org/TAP::Parser::Iterator.txt
    Registered: Fri Jul 11 23:45:18 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  10. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Fri Jul 11 22:00:26 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top