Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 3,812 for filetype:txt (0.04 sec)

  1. TAP::Parser::Result::YAML.txt

    package TAP::Parser::Result::YAML; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::YAML - YAML result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::YAML.txt
    Registered: Sat Apr 05 15:17:40 UTC 2025
    - 880 bytes
    - Viewed (0)
  2. 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: Sat Apr 05 09:20:54 UTC 2025
    - 600 bytes
    - Viewed (0)
  3. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Sat Apr 05 18:49:22 UTC 2025
    - 43.5K bytes
    - Viewed (0)
  4. ] ); $new->html_header_after_title( join "\...

    package Pod::Simple::HTML; use strict; use warnings; use Pod::Simple::PullParser (); our @ISA = ('Pod::Simple::PullParser'); our $VERSION = '3.45'; BEGIN { if(defined &DEBUG) { } # no-op elsif( def...
    perldoc.perl.org/Pod::Simple::HTML.txt
    Registered: Sat Apr 05 22:17:48 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  5. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sat Apr 05 23:22:46 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  6. Scalar::Util.txt

    # Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...
    perldoc.perl.org/Scalar::Util.txt
    Registered: Sun Apr 06 01:18:26 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  7. 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: Sat Apr 05 19:26:30 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  8. TAP::Parser::SourceHandler::Perl.txt

    package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...
    perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txt
    Registered: Sat Apr 05 16:39:28 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  9. Pod::Perldoc::GetOptsOO.txt

    package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...
    perldoc.perl.org/Pod::Perldoc::GetOptsOO.txt
    Registered: Sat Apr 05 17:21:55 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. 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: Sun Apr 06 00:36:11 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top