Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4291 - 4300 of about 10,000 for content_length:[10000 TO 99999] (0.48 sec)

  1. 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/perlobj
    Registered: Mon Aug 25 12:37:20 UTC 2025
    - 62.6K bytes
    - Viewed (0)
  2. 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/perl5262delta
    Registered: Mon Aug 25 12:38:03 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Tue Aug 26 04:13:15 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Tue Aug 26 02:40:27 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Tue Aug 26 00:54:40 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Tue Aug 26 04:08:10 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Tue Aug 26 05:23:30 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Tue Aug 26 07:20:33 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Aug 26 05:44:51 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Aug 26 08:43:33 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top