Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1751 - 1760 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Mon Apr 21 11:40:50 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  2. Net::servent.txt

    package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...
    perldoc.perl.org/Net::servent.txt
    Registered: Mon Apr 21 12:48:46 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Pod::Simple::PullParserEndToken.txt

    package Pod::Simple::PullParserEndToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(ta...
    perldoc.perl.org/Pod::Simple::PullParserEndToken.txt
    Registered: Mon Apr 21 14:48:36 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  4. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Mon Apr 21 19:28:22 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  5. Pod::Simple.txt

    =head1 NAME Pod::Simple - framework for parsing Pod =head1 SYNOPSIS TODO =head1 DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language tha...
    perldoc.perl.org/Pod::Simple.txt
    Registered: Mon Apr 21 20:07:03 UTC 2025
    - 14.8K bytes
    - Viewed (0)
  6. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Mon Apr 21 20:29:37 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  7. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Mon Apr 21 18:58:29 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. TAP::Formatter::Session.txt

    package TAP::Formatter::Session; use strict; use warnings; use base 'TAP::Base'; my @ACCESSOR; BEGIN { @ACCESSOR = qw( name formatter parser show_count ); for my $method (@ACCESSOR) { no strict 're...
    perldoc.perl.org/TAP::Formatter::Session.txt
    Registered: Mon Apr 21 21:05:49 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  9. TAP::Formatter::File::Session.txt

    package TAP::Formatter::File::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; =head1 NAME TAP::Formatter::File::Session - Harness output delegate for file output =head1 VERSI...
    perldoc.perl.org/TAP::Formatter::File::Session.txt
    Registered: Mon Apr 21 20:57:31 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  10. TAP::Formatter::Console.txt

    package TAP::Formatter::Console; use strict; use warnings; use base 'TAP::Formatter::Base'; use POSIX qw(strftime); =head1 NAME TAP::Formatter::Console - Harness output delegate for default console...
    perldoc.perl.org/TAP::Formatter::Console.txt
    Registered: Mon Apr 21 20:36:40 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top