Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1491 - 1500 of about 10,000 for content_length:[10000 TO 99999] (0.3 sec)

  1. perlmacosx.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlmacosx.txt
    Registered: Wed Nov 20 08:50:26 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. CPAN::Meta::History::Meta_1_4.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txt
    Registered: Fri Nov 15 23:45:44 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. 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: Fri Nov 15 22:59:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Fri Nov 15 23:52:47 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Sat Nov 16 21:19:19 UTC 2024
    - 74.2K bytes
    - Viewed (0)
  6. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Sat Nov 16 15:27:15 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  7. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.212 (); use IO::Compress::Adapter::Deflate 2.212 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Sat Nov 16 15:35:27 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Sat Nov 16 17:48:57 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. org.apache.tools.ant.taskdefs (Apache Ant API)

    declaration: package: org.apache.tools.ant.taskdefs
    ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/package-summary.html
    Registered: Mon Nov 25 00:36:17 UTC 2024
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  10. API Help (Apache Ant API)

    help
    ant.apache.org/manual/api/help-doc.html
    Registered: Mon Nov 25 00:37:18 UTC 2024
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top