Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 109 for content_length:[100000 TO 499999] (0.03 seconds)

  1. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.18'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.26.1/CPAN
    Sat Dec 27 11:31:18 GMT 2025
      138K bytes
      Similar Results (1)
  2. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.11'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.22.2/CPAN
    Sat Dec 27 11:31:27 GMT 2025
      136.7K bytes
  3. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.00'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.18.1/CPAN
    Sat Dec 27 11:31:57 GMT 2025
      134.2K bytes
      Similar Results (6)
  4. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.43.3/CPAN
    Sat Dec 27 11:34:15 GMT 2025
      146.1K bytes
      Similar Results (6)
  5. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN; $VERSION = '1.76_01'; $VERSION = eval $VERSION; # $Id: CPAN.pm,v 1.412 2003/07/31 14:53:04 k Exp $ # only used during devel...
    perldoc.perl.org/5.8.2/CPAN
    Sat Dec 27 11:30:23 GMT 2025
      218.6K bytes
      Similar Results (1)
  6. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Wed Jan 28 03:42:52 GMT 2026
      116.1K bytes
  7. zipdetails.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...
    perldoc.perl.org/zipdetails.txt
    Sun Feb 01 01:56:20 GMT 2026
      231.1K bytes
  8. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Mon Jan 26 17:53:19 GMT 2026
      318.6K bytes
  9. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Thu Jan 29 02:43:36 GMT 2026
      98.2K bytes
  10. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Mon Jan 26 16:07:11 GMT 2026
      120.5K bytes
      Similar Results (1)
Back to Top