- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4291 - 4300 of about 10,000 for content_length:[10000 TO 99999] (0.48 sec)
-
perlobj - Perl object reference - Perldoc Browser
perlobj ( source , CPAN ) CONTENTS NAME DESCRIPTION An Object is Simply a Data Structure Objects Are Blessed; Variabl...perldoc.perl.org/perlobjRegistered: Mon Aug 25 12:37:20 UTC 2025 - 62.6K bytes - Viewed (0) -
perl5262delta - what is new for perl v5.26.2 - ...
perl5262delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2018-6797] heap-buffer-overflow (WRITE of siz...perldoc.perl.org/perl5262deltaRegistered: Mon Aug 25 12:38:03 UTC 2025 - 28.5K bytes - Viewed (0) -
perlsec.txt
=head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...perldoc.perl.org/perlsec.txtRegistered: Tue Aug 26 04:13:15 UTC 2025 - 27.4K bytes - Viewed (0) -
Time::Piece.txt
package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...perldoc.perl.org/Time::Piece.txtRegistered: Tue Aug 26 02:40:27 UTC 2025 - 31.6K bytes - Viewed (0) -
perlgov.txt
=encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...perldoc.perl.org/perlgov.txtRegistered: Tue Aug 26 00:54:40 UTC 2025 - 16.2K bytes - Viewed (0) -
File::Spec.txt
package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...perldoc.perl.org/File::Spec.txtRegistered: Tue Aug 26 04:08:10 UTC 2025 - 10.4K bytes - Viewed (0) -
base.txt
use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...perldoc.perl.org/base.txtRegistered: Tue Aug 26 05:23:30 UTC 2025 - 10.7K bytes - Viewed (0) -
bignum.txt
package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bignum.txtRegistered: Tue Aug 26 07:20:33 UTC 2025 - 27.5K bytes - Viewed (0) -
Archive::Tar::File.txt
package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...perldoc.perl.org/Archive::Tar::File.txtRegistered: Tue Aug 26 05:44:51 UTC 2025 - 18.4K bytes - Viewed (0) -
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Tue Aug 26 08:43:33 UTC 2025 - 15.4K bytes - Viewed (0)