Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 6,183 for content_length:[0 TO 9999] (0.03 sec)

  1. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Sun Sep 14 14:15:57 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. 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: Sun Sep 14 12:13:10 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. 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: Sun Sep 14 08:51:59 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Sun Sep 14 11:19:55 UTC 2025
    - 3K bytes
    - Viewed (0)
  5. 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: Sun Sep 14 09:57:00 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. TAP::Parser::Result::Plan.txt

    package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.50 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Plan.txt
    Registered: Sun Sep 14 13:04:52 UTC 2025
    - 2K bytes
    - Viewed (0)
  7. TAP::Parser::Result::Version.txt

    package TAP::Parser::Result::Version; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Version - TAP syntax version token. =head1 VERSION Version 3.50 =cut...
    perldoc.perl.org/TAP::Parser::Result::Version.txt
    Registered: Sun Sep 14 11:38:00 UTC 2025
    - 946 bytes
    - Viewed (0)
  8. 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: Sun Sep 14 17:34:50 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  9. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Sun Sep 14 18:52:40 UTC 2025
    - 6K bytes
    - Viewed (0)
  10. 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: Sun Sep 14 18:08:24 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top