Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3361 - 3370 of 3,812 for filetype:txt (0.05 sec)

  1. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Fri Apr 25 13:18:57 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. 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: Sat Apr 26 08:43:15 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  3. Compress::Raw::Zlib.txt

    package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...
    perldoc.perl.org/Compress::Raw::Zlib.txt
    Registered: Sat Apr 26 08:09:02 UTC 2025
    - 47.9K bytes
    - Viewed (0)
  4. 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 Apr 26 08:19:42 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  5. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Sat Apr 26 09:20:02 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  6. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sat Apr 26 09:04:22 UTC 2025
    - 6.4K 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 Apr 26 08:24:55 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. ExtUtils::MM_BeOS.txt

    package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...
    perldoc.perl.org/ExtUtils::MM_BeOS.txt
    Registered: Sat Apr 26 08:46:48 UTC 2025
    - 1K bytes
    - Viewed (0)
  9. DBM_Filter::int32.txt

    package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...
    perldoc.perl.org/DBM_Filter::int32.txt
    Registered: Sat Apr 26 07:54:17 UTC 2025
    - 754 bytes
    - Viewed (0)
  10. Devel::PPPort.txt

    ########## # # !!!!! Do NOT edit this file directly! -- Edit PPPort_pm.PL instead. !!!!! # # This file was automatically generated from the definition files in the # parts/inc/ subdirectory by PPPo...
    perldoc.perl.org/Devel::PPPort.txt
    Registered: Sat Apr 26 09:34:31 UTC 2025
    - 619.6K bytes
    - Viewed (0)
Back to top