Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 86 for content_length:[10000 TO 99999] (0.02 sec)

  1. 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: Tue May 07 08:21:50 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Socket.txt
    Registered: Tue May 07 09:27:51 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  3. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Tue May 07 11:39:29 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.204 (); use IO::Compress::Adapter::Deflate 2.204 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Tue May 07 09:04:43 UTC 2024
    - 23K bytes
    - Viewed (0)
  5. File::Spec.txt

    package File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetW...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue May 07 11:17:35 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Tue May 07 07:20:12 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Tue May 07 02:40:46 UTC 2024
    - 40K bytes
    - Viewed (0)
  8. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Tue May 07 06:35:40 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  9. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.88'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Tue May 07 05:56:53 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. 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: Tue May 07 13:59:12 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top