- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 9931 - 9940 of about 10,000 for content_length:[10000 TO 99999] (0.14 sec)
-
perlgit - Detailed information about git and th...
perlgit ( source , CPAN ) CONTENTS NAME DESCRIPTION CLONING THE REPOSITORY WORKING WITH THE REPOSITORY Finding out yo...perldoc.perl.org/perlgitRegistered: Fri Sep 12 12:11:44 UTC 2025 - 54.9K bytes - Viewed (0) -
POSIX.txt
=head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...perldoc.perl.org/POSIX.txtRegistered: Sun Sep 14 05:54:26 UTC 2025 - 83.5K bytes - Viewed (0) -
File::Path.txt
package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...perldoc.perl.org/File::Path.txtRegistered: Sun Sep 14 02:15:53 UTC 2025 - 42.2K bytes - Viewed (0) -
Net::SMTP.txt
# Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::SMTP.txtRegistered: Sun Sep 14 05:17:59 UTC 2025 - 28.5K bytes - Viewed (0) -
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Sun Sep 14 06:01:50 UTC 2025 - 24.8K bytes - Viewed (0) -
File::Spec::VMS.txt
package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...perldoc.perl.org/File::Spec::VMS.txtRegistered: Sun Sep 14 02:35:49 UTC 2025 - 16.1K bytes - Viewed (0) -
File::Spec::Win32.txt
package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Sun Sep 14 01:53:18 UTC 2025 - 10.5K bytes - Viewed (0) -
perl5224delta - what is new for perl v5.22.4 - ...
perl5224delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security Improved handling of '.' in @INC in base.pm "Escap...perldoc.perl.org/perl5224deltaRegistered: Fri Sep 12 12:15:25 UTC 2025 - 21.9K bytes - Viewed (0) -
perl588delta - what is new for perl v5.8.8 - Pe...
perl588delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Modules and Pragmata ...perldoc.perl.org/perl588delta Similar Results (1)Registered: Fri Sep 12 12:15:38 UTC 2025 - 50.2K bytes - Viewed (0) -
$. - Perldoc Browser
variables / $. ( source , CPAN ) # HANDLE->input_line_number( EXPR ) # $INPUT_LINE_NUMBER # $NR # $. Current line num...perldoc.perl.org/variables/$.Registered: Fri Sep 12 12:33:15 UTC 2025 - 16.2K bytes - Viewed (0)