Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 1,477 for content_length:[10000 TO 99999] (0.02 sec)

  1. Encode::MIME::Header.txt

    package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...
    perldoc.perl.org/Encode::MIME::Header.txt
    Registered: Tue May 14 12:42:26 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Tue May 14 12:12:43 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Wed May 15 03:00:22 UTC 2024
    - 81.6K bytes
    - Viewed (0)
  4. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified By: Johan Vromans # Last Modified On: Thu Nov 17 17:45:27 202...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Wed May 15 01:09:44 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  5. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Wed May 15 01:37:36 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Wed May 15 01:31:41 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  7. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # 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::Zlib.txt
    Registered: Wed May 15 02:15:20 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. perlpodspec.txt

    =encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...
    perldoc.perl.org/perlpodspec.txt
    Registered: Sun May 12 21:03:54 UTC 2024
    - 67.3K bytes
    - Viewed (0)
  9. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Mon May 13 00:13:39 UTC 2024
    - 55.7K bytes
    - Viewed (0)
  10. perlembed.txt

    =head1 NAME perlembed - how to embed perl in your C program =head1 DESCRIPTION =head2 PREAMBLE Do you want to: =over 5 =item B<Use C from Perl?> Read L<perlxstut>, L<perlxs>, L<h2xs>, L<perlguts>, ...
    perldoc.perl.org/perlembed.txt
    Registered: Sun May 12 21:25:02 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top