Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3171 - 3180 of 3,463 for filetype:txt (0.05 sec)

  1. Pod::Perldoc::ToTerm.txt

    package Pod::Perldoc::ToTerm; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToTerm.txt
    Registered: Thu Jun 19 05:49:51 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. Pod::Perldoc::ToText.txt

    package Pod::Perldoc::ToText; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToText.txt
    Registered: Thu Jun 19 02:42:01 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  3. Pod::Man.txt

    # Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...
    perldoc.perl.org/Pod::Man.txt
    Registered: Thu Jun 19 09:39:47 UTC 2025
    - 91K bytes
    - Viewed (0)
  4. Storable.txt

    # # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...
    perldoc.perl.org/Storable.txt
    Registered: Thu Jun 19 11:44:36 UTC 2025
    - 49.3K bytes
    - Viewed (0)
  5. Pod::Escapes.txt

    package Pod::Escapes; use strict; use warnings; use 5.006; use vars qw( %Code2USASCII %Name2character %Name2character_number %Latin1Code_to_fallback %Latin1Char_to_fallback $FAR_CHAR $FAR_CHAR_NUMB...
    perldoc.perl.org/Pod::Escapes.txt
    Registered: Thu Jun 19 11:10:50 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  6. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Thu Jun 19 07:48:45 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  7. Module::CoreList.txt

    =head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...
    perldoc.perl.org/Module::CoreList.txt
    Registered: Thu Jun 19 11:28:00 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  8. Net::Domain.txt

    # Net::Domain.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute i...
    perldoc.perl.org/Net::Domain.txt
    Registered: Thu Jun 19 07:59:01 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  9. Pod::Simple::Checker.txt

    # A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...
    perldoc.perl.org/Pod::Simple::Checker.txt
    Registered: Thu Jun 19 09:12:51 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  10. Search::Dict.txt

    package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...
    perldoc.perl.org/Search::Dict.txt
    Registered: Thu Jun 19 10:46:18 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top