Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2601 - 2610 of 3,463 for filetype:txt (0.07 sec)

  1. Test2::Compare::Delta.txt

    package Test2::Compare::Delta; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw{verified id got chk children dne exception note}; use Test2::EventFacet::Info::Table...
    perldoc.perl.org/Test2::Compare::Delta.txt
    Registered: Thu Jun 19 15:38:39 UTC 2025
    - 13.7K 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.48 =cu...
    perldoc.perl.org/TAP::Parser::Aggregator.txt
    Registered: Thu Jun 19 17:07:57 UTC 2025
    - 9K bytes
    - Viewed (0)
  3. 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: Thu Jun 19 12:45:09 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  4. 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: Thu Jun 19 11:36:53 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. PerlIO::via::QuotedPrint.txt

    # Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...
    perldoc.perl.org/PerlIO::via::QuotedPrint.txt
    Registered: Thu Jun 19 10:53:20 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  6. Term::Table::Util.txt

    package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.018'; 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: Thu Jun 19 15:16:14 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. 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: Thu Jun 19 17:23:27 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. 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: Mon Jun 16 14:54:23 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  9. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.91'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Tue Jun 17 09:19:52 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  10. Encode::MIME::Header.txt

    package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...
    perldoc.perl.org/Encode::MIME::Header.txt
    Registered: Tue Jun 17 12:11:40 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top