Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 128 for host:perldoc.perl.org (0.05 sec)

  1. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Sun May 19 19:44:45 UTC 2024
    - 926 bytes
    - Viewed (0)
  2. PerlIO::scalar.txt

    package PerlIO::scalar; our $VERSION = '0.31'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, ...
    perldoc.perl.org/PerlIO::scalar.txt
    Registered: Mon May 20 01:37:25 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. PerlIO::via::QuotedPrint.txt

    # Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...
    perldoc.perl.org/PerlIO::via::QuotedPrint.txt
    Registered: Mon May 20 02:57:02 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Mon May 20 03:50:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. TAP::Parser::Iterator::Stream.txt

    package TAP::Parser::Iterator::Stream; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSI...
    perldoc.perl.org/TAP::Parser::Iterator::Stream.txt
    Registered: Mon May 20 04:17:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. Sys::Hostname.txt

    package Sys::Hostname; use strict; use Carp; use Exporter 'import'; our @EXPORT = qw/ hostname /; our $VERSION; use warnings (); our $host; BEGIN { $VERSION = '1.25'; { local $SIG{__DIE__}; eval { ...
    perldoc.perl.org/Sys::Hostname.txt
    Registered: Mon May 20 04:47:48 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. Net::Netrc.txt

    # Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Sun May 19 17:51:49 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Sun May 19 16:04:29 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. Net::netent.txt

    package Net::netent; use strict; use 5.006_001; our $VERSION = '1.01'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $n_name, @n_aliases, $n_addrtype, $n_net ); BEGIN { use Exporter (); @EXPORT = q...
    perldoc.perl.org/Net::netent.txt
    Registered: Sun May 19 17:16:20 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. Pod::Simple::PullParserStartToken.txt

    require 5; package Pod::Simple::PullParserStartToken; use Pod::Simple::PullParserToken (); use strict; use vars qw(@ISA $VERSION); @ISA = ('Pod::Simple::PullParserToken'); $VERSION = '3.43'; sub ne...
    perldoc.perl.org/Pod::Simple::PullParserStartToken.txt
    Registered: Sun May 19 17:30:22 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top