Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. PerlIO::scalar.txt

    package PerlIO::scalar; our $VERSION = '0.32'; 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, "...
    perldoc.perl.org/PerlIO::scalar.txt
    Registered: Thu Jun 19 08:30:26 UTC 2025
    - 945 bytes
    - Viewed (0)
  2. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Thu Jun 19 14:15:18 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  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: Thu Jun 19 17:23:27 UTC 2025
    - 1.9K 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: Mon Jun 16 14:54:23 UTC 2025
    - 59.2K bytes
    - Viewed (0)
Back to top