Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2591 - 2600 of 3,463 for filetype:txt (0.04 sec)

  1. Pod::Simple::RTF.txt

    package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Thu Jun 19 10:10:54 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. 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: Thu Jun 19 10:36:21 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  3. O.txt

    package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...
    perldoc.perl.org/O.txt
    Registered: Thu Jun 19 04:55:23 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. Sys::Hostname.txt

    package Sys::Hostname; use strict; use Carp; use Exporter 'import'; our @EXPORT = qw/ hostname /; our $VERSION; use warnings (); our $host; BEGIN { $VERSION = '1.25'; { local $SIG{__DIE__}; eval { ...
    perldoc.perl.org/Sys::Hostname.txt
    Registered: Thu Jun 19 06:50:14 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. Pod::Perldoc::ToANSI.txt

    package Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToANSI.txt
    Registered: Thu Jun 19 07:09:22 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToChecker.txt

    package Pod::Perldoc::ToChecker; use strict; use warnings; use vars qw(@ISA); use vars qw($VERSION); $VERSION = '3.28'; # Pick our superclass... # eval 'require Pod::Simple::Checker'; if($@) { requ...
    perldoc.perl.org/Pod::Perldoc::ToChecker.txt
    Registered: Thu Jun 19 08:43:12 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top