Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 3,449 for filetype:txt (0.04 sec)

  1. Test2::API::Context.txt

    package Test2::API::Context; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess croak/; use Scalar::Util qw/weaken blessed/; use Test2::Util qw/get_tid try pkg_to_file get_tid...
    perldoc.perl.org/Test2::API::Context.txt
    Registered: Thu Aug 28 08:44:31 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  2. Pod::Text::Termcap.txt

    # Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...
    perldoc.perl.org/Pod::Text::Termcap.txt
    Registered: Thu Aug 28 06:10:16 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  3. Pod::Simple::JustPod.txt

    package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @ISA = ('P...
    perldoc.perl.org/Pod::Simple::JustPod.txt
    Registered: Thu Aug 28 06:05:26 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Thu Aug 28 06:50:57 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. Pod::Simple::TextContent.txt

    package Pod::Simple::TextContent; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); sub new { my $self = shift; my $new = $self->SUPER::n...
    perldoc.perl.org/Pod::Simple::TextContent.txt
    Registered: Thu Aug 28 06:44:26 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  6. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Thu Aug 28 05:29:32 UTC 2025
    - 600 bytes
    - Viewed (0)
  7. Scalar::List::Utils.txt

    package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.69"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 ...
    perldoc.perl.org/Scalar::List::Utils.txt
    Registered: Thu Aug 28 04:39:50 UTC 2025
    - 795 bytes
    - Viewed (0)
  8. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Tue Aug 26 10:35:51 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  9. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...
    perldoc.perl.org/autodie.txt
    Registered: Tue Aug 26 11:51:48 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  10. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Tue Aug 26 15:00:29 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top