Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 1,301 for label:perl (0.47 sec)

  1. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Wed Dec 10 00:28:30 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  2. 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.50 =cu...
    perldoc.perl.org/TAP::Parser::Aggregator.txt
    Registered: Wed Dec 10 00:08:37 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  3. 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 Dec 10 00:21:39 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  4. 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: Tue Dec 09 20:52:25 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  5. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Tue Dec 09 23:06:46 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. Pod::Simple::PullParserTextToken.txt

    package Pod::Simple::PullParserTextToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(t...
    perldoc.perl.org/Pod::Simple::PullParserTextToken.txt
    Registered: Tue Dec 09 23:12:18 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. Term::Table::Util.txt

    package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.024'; use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY un...
    perldoc.perl.org/Term::Table::Util.txt
    Registered: Tue Dec 09 20:38:36 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. Term::Table::Cell.txt

    package Term::Table::Cell; use strict; use warnings; our $VERSION = '0.024'; use Term::Table::LineBreak(); use Term::Table::Util qw/uni_length/; use List::Util qw/sum/; use Term::Table::HashBase qw...
    perldoc.perl.org/Term::Table::Cell.txt
    Registered: Tue Dec 09 23:59:51 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  9. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Fri Dec 12 12:18:37 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. perlhist.txt

    =encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...
    perldoc.perl.org/perlhist.txt
    Registered: Fri Dec 12 13:01:28 UTC 2025
    - 59.6K bytes
    - Viewed (0)
Back to top