Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 292 for host:perldoc.perl.org (0.02 sec)

  1. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Sun May 19 08:16:51 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. Locale::Maketext::GutsLoader.txt

    package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...
    perldoc.perl.org/Locale::Maketext::GutsLoader.txt
    Registered: Sun May 19 05:24:56 UTC 2024
    - 490 bytes
    - Viewed (0)
  3. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Sun May 19 09:22:49 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  4. IPC::Msg.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Msg.txt
    Registered: Sun May 19 10:23:50 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Sun May 19 11:14:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.36'; # remember to update version in POD! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; # Verify this Perl supports th...
    perldoc.perl.org/threads.txt
    Registered: Sat May 18 09:00:26 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  9. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Sat May 18 08:07:32 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  10. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Sat May 18 09:29:57 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top