Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 140 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. O.txt

    package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...
    perldoc.perl.org/O.txt
    Registered: Sun May 19 23:39:45 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. Net::hostent.txt

    package Net::hostent; use strict; use 5.006_001; our $VERSION = '1.03'; our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); BEGIN { ...
    perldoc.perl.org/Net::hostent.txt
    Registered: Sun May 19 17:10:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. Pod::Simple::PullParserTextToken.txt

    require 5; package Pod::Simple::PullParserTextToken; use Pod::Simple::PullParserToken (); use strict; use vars qw(@ISA $VERSION); @ISA = ('Pod::Simple::PullParserToken'); $VERSION = '3.43'; sub new...
    perldoc.perl.org/Pod::Simple::PullParserTextToken.txt
    Registered: Mon May 20 00:38:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.16"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Sun May 19 17:00:42 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. Pod::Perldoc::ToANSI.txt

    package Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToANSI.txt
    Registered: Sun May 19 22:41:55 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToRtf.txt

    package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...
    perldoc.perl.org/Pod::Perldoc::ToRtf.txt
    Registered: Sun May 19 23:11:13 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Sun May 19 16:15:55 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. Pod::Perldoc::ToChecker.txt

    package Pod::Perldoc::ToChecker; use strict; use warnings; use vars qw(@ISA); use vars qw($VERSION); $VERSION = '3.28'; # Pick our superclass... # eval 'require Pod::Simple::Checker'; if($@) { requ...
    perldoc.perl.org/Pod::Perldoc::ToChecker.txt
    Registered: Sun May 19 18:38:22 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top