Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 11 - 20 of 1,172 for label:perl (0.01 sec)

  1. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Wed May 15 08:03:04 UTC 2024
    - 926 bytes
    - Viewed (0)
  2. PerlIO::scalar.txt

    package PerlIO::scalar; our $VERSION = '0.31'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, ...
    perldoc.perl.org/PerlIO::scalar.txt
    Registered: Wed May 15 10:57:59 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.44"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Wed May 15 16:49:58 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. Pod::Simple::RTF.txt

    require 5; package Pod::Simple::RTF; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; use strict; use vars qw($VERSION @ISA %Escape $WRAP %Tagmap); $VE...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Wed May 15 15:25:43 UTC 2024
    - 23K bytes
    - Viewed (0)
  5. $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: Wed May 15 15:34:36 UTC 2024
    - 26K bytes
    - Viewed (0)
  6. 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.44 =cu...
    perldoc.perl.org/TAP::Parser::Aggregator.txt
    Registered: Wed May 15 18:04:36 UTC 2024
    - 9K bytes
    - Viewed (0)
  7. 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: Wed May 15 18:56:27 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. Pod::Text::Color.txt

    # Convert POD data to formatted color ASCII text # # This is just a basic proof of concept. It should later be modified to make # better use of color, take options changing what colors are used for...
    perldoc.perl.org/Pod::Text::Color.txt
    Registered: Wed May 15 17:02:24 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. TAP::Parser::Result::Test.txt

    package TAP::Parser::Result::Test; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Test - Test result token. =head1 VERSION Version 3.44 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Test.txt
    Registered: Wed May 15 16:24:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. Pod::Simple::PullParserTextToken.txt

    require 5; package Pod::Simple::PullParserTextToken; use Pod::Simple::PullParserToken (); use strict; use vars qw(@ISA $VERSION); @ISA = ('Pod::Simple::PullParserToken'); $VERSION = '3.43'; sub new...
    perldoc.perl.org/Pod::Simple::PullParserTextToken.txt
    Registered: Wed May 15 17:42:13 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top