Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 115 for host:perldoc.perl.org (0.03 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: Sat May 18 18:52:36 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sat May 18 20:30:47 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. 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: Sun May 19 08:53:41 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. IPC::Cmd.txt

    package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...
    perldoc.perl.org/IPC::Cmd.txt
    Registered: Sun May 19 07:16:20 UTC 2024
    - 66K bytes
    - Viewed (0)
  5. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.204'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Sun May 19 08:37:30 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  6. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Sun May 19 05:31:33 UTC 2024
    - 15.9K 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: Sun May 19 08:46:47 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. 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: Sun May 19 06:00:46 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.26'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Sun May 19 11:38:52 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  10. 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: Sun May 19 12:03:34 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top