Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 901 - 910 of 1,302 for label:perl (0.03 sec)

  1. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Nov 16 05:45:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Sat Nov 16 06:09:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. $title

    =pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...
    perldoc.perl.org/Pod::Simple::XHTML.txt
    Registered: Sun Nov 17 17:09:14 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  4. TAP::Parser::Scheduler.txt

    package TAP::Parser::Scheduler; use strict; use warnings; use Carp; use TAP::Parser::Scheduler::Job; use TAP::Parser::Scheduler::Spinner; =head1 NAME TAP::Parser::Scheduler - Schedule tests during ...
    perldoc.perl.org/TAP::Parser::Scheduler.txt
    Registered: Sun Nov 17 15:21:00 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. TAP::Parser::Aggregator.txt

    package TAP::Parser::Aggregator; use strict; use warnings; use Benchmark; use base 'TAP::Object'; =head1 NAME TAP::Parser::Aggregator - Aggregate TAP::Parser results =head1 VERSION Version 3.48 =cu...
    perldoc.perl.org/TAP::Parser::Aggregator.txt
    Registered: Sun Nov 17 16:29:12 UTC 2024
    - 9K bytes
    - Viewed (0)
  6. Pod::Text::Overstrike.txt

    # Convert POD data to formatted overstrike text # # This was written because the output from: # # pod2text Text.pm > plain.txt; less plain.txt # # is not as rich as the output from # # pod2man Text...
    perldoc.perl.org/Pod::Text::Overstrike.txt
    Registered: Sun Nov 17 14:54:46 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. Test2::Compare::Base.txt

    package Test2::Compare::Base; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; use Test2::Util::Sub qw/sub_info/; use Test2::Compare::D...
    perldoc.perl.org/Test2::Compare::Base.txt
    Registered: Sun Nov 17 18:54:13 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. Test2::Compare::Ref.txt

    package Test2::Compare::Ref; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/; us...
    perldoc.perl.org/Test2::Compare::Ref.txt
    Registered: Sun Nov 17 19:41:04 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. TAP::Parser::Iterator::Stream.txt

    package TAP::Parser::Iterator::Stream; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSI...
    perldoc.perl.org/TAP::Parser::Iterator::Stream.txt
    Registered: Sun Nov 17 15:28:44 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. Test2::Event::Bail.txt

    package Test2::Event::Bail; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{reason buffered}; # Make su...
    perldoc.perl.org/Test2::Event::Bail.txt
    Registered: Sun Nov 17 17:55:24 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top