Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3271 - 3280 of 3,463 for filetype:txt (0.04 sec)

  1. DB.txt

    # # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...
    perldoc.perl.org/DB.txt
    Registered: Tue Jun 17 14:08:45 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  2. CPAN::Meta::Requirements::Range.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...
    perldoc.perl.org/CPAN::Meta::Requirements::Range.txt
    Registered: Tue Jun 17 12:44:29 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  3. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Tue Jun 17 14:31:56 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  4. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Tue Jun 17 12:02:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::CN.txt
    Registered: Tue Jun 17 15:44:49 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Tue Jun 17 11:16:14 UTC 2025
    - 1K bytes
    - Viewed (0)
  7. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Tue Jun 17 14:52:25 UTC 2025
    - 865 bytes
    - Viewed (0)
  8. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Tue Jun 17 15:50:03 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  9. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Tue Jun 17 16:01:23 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  10. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Tue Jun 17 16:18:52 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top