- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 2,612 for host:perldoc.perl.org (0.04 sec)
-
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.txtRegistered: Mon Dec 08 04:39:44 UTC 2025 - 22.9K bytes - Viewed (0) -
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.txtRegistered: Mon Dec 08 03:12:22 UTC 2025 - 21.8K bytes - Viewed (0) -
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.txtRegistered: Sun Dec 07 23:56:17 UTC 2025 - 14K bytes - Viewed (0) -
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.txtRegistered: Mon Dec 08 03:23:44 UTC 2025 - 12.4K bytes - Viewed (0) -
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.txtRegistered: Sun Dec 07 21:59:30 UTC 2025 - 11K bytes - Viewed (0) -
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.txtRegistered: Mon Dec 08 01:34:34 UTC 2025 - 1.5K bytes - Viewed (0) -
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.txtRegistered: Sun Dec 07 22:06:59 UTC 2025 - 1.7K bytes - Viewed (0) -
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) -
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/srandRegistered: Fri Dec 05 14:10:11 UTC 2025 - 18.2K bytes - Viewed (0) -
-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/-XRegistered: Fri Dec 05 14:10:26 UTC 2025 - 22.9K bytes - Viewed (0)