Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1281 - 1290 of 3,197 for filetype:txt (0.05 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: Sat Nov 16 03:06:55 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Sat Nov 16 03:34:58 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Sat Nov 16 02:02:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  4. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Sat Nov 16 03:28:40 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. 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: Sat Nov 16 03:02:55 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. Encode::JP::JIS7.txt

    package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...
    perldoc.perl.org/Encode::JP::JIS7.txt
    Registered: Sat Nov 16 01:49:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sat Nov 16 02:15:27 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Sat Nov 16 02:25:01 UTC 2024
    - 762 bytes
    - Viewed (0)
  9. Math::BigRat.txt

    # # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...
    perldoc.perl.org/Math::BigRat.txt
    Registered: Sat Nov 16 14:49:58 UTC 2024
    - 94.8K bytes
    - Viewed (0)
  10. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Sat Nov 16 11:03:48 UTC 2024
    - 18K bytes
    - Viewed (0)
Back to top