Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Mon Dec 08 04:39:44 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Mon Dec 08 03:12:22 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  3. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.07'; package Tie::Hash ; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, undef } qw( Fetch_Key Fetch...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Sun Dec 07 23:56:17 UTC 2025
    - 14K bytes
    - Viewed (0)
  4. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Mon Dec 08 03:23:44 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  5. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Sun Dec 07 21:59:30 UTC 2025
    - 11K bytes
    - Viewed (0)
  6. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Mon Dec 08 01:34:34 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  7. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Sun Dec 07 22:06:59 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt Similar Results (1)
    Registered: Mon Dec 08 01:04:28 UTC 2025
    - 255.2K bytes
    - Viewed (0)
  9. srand - Perldoc Browser

    functions / srand ( source , CPAN ) # srand EXPR # srand Sets and returns the random number seed for the rand operato...
    perldoc.perl.org/functions/srand
    Registered: Fri Dec 05 14:10:11 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  10. -X - Perldoc Browser

    functions / -X ( source , CPAN ) # -X FILEHANDLE # -X EXPR # -X DIRHANDLE # -X A file test, where X is one of the let...
    perldoc.perl.org/functions/-X
    Registered: Fri Dec 05 14:10:26 UTC 2025
    - 22.9K bytes
    - Viewed (0)
Back to top