Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,302 for label:perl (0.02 sec)

  1. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Sat Feb 15 18:30:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. Pod::Simple::SimpleTree.txt

    package Pod::Simple::SimpleTree; 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::SimpleTree.txt
    Registered: Sat Feb 15 16:28:18 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. 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: Sat Feb 15 18:51:59 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  4. Pod::Simple::Methody.txt

    package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...
    perldoc.perl.org/Pod::Simple::Methody.txt
    Registered: Sat Feb 15 19:40:48 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  5. 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: Sat Feb 15 19:45:57 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  6. SelfLoader.txt

    package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.27"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...
    perldoc.perl.org/SelfLoader.txt
    Registered: Sun Feb 16 00:45:46 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  7. TAP::Parser::YAMLish::Reader.txt

    package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.48'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...
    perldoc.perl.org/TAP::Parser::YAMLish::Reader.txt
    Registered: Sun Feb 16 03:07:31 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  8. TAP::Formatter::Console::Session.txt

    package TAP::Formatter::Console::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; my @ACCESSOR; BEGIN { my @CLOSURE_BINDING = qw( header result clear_for_close close_test ); f...
    perldoc.perl.org/TAP::Formatter::Console::Session.txt
    Registered: Sun Feb 16 01:27:43 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  9. TAP::Parser::SourceHandler::File.txt

    package TAP::Parser::SourceHandler::File; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::It...
    perldoc.perl.org/TAP::Parser::SourceHandler::File.txt
    Registered: Sun Feb 16 04:36:59 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  10. Test2::Compare::Number.txt

    package Test2::Compare::Number; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input mode/; # Overloads '!'...
    perldoc.perl.org/Test2::Compare::Number.txt
    Registered: Sun Feb 16 02:30:50 UTC 2025
    - 3.1K bytes
    - Viewed (0)
Back to top