Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 790 for host:perldoc.perl.org (0.02 sec)

  1. Net::protoent.txt

    package Net::protoent; use strict; use 5.006_001; our $VERSION = '1.02'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $p_name, @p_aliases, $p_proto ); BEGIN { use Exporter (); @EXPORT = qw(getprot...
    perldoc.perl.org/Net::protoent.txt
    Registered: Mon May 27 14:01:31 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Mon May 27 17:21:58 UTC 2024
    - 600 bytes
    - Viewed (0)
  3. Memoize::SDBM_File.txt

    use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...
    perldoc.perl.org/Memoize::SDBM_File.txt
    Registered: Mon May 27 18:05:33 UTC 2024
    - 520 bytes
    - Viewed (0)
  4. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Mon May 27 13:01:16 UTC 2024
    - 451 bytes
    - Viewed (0)
  5. -X.txt

    =over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...
    perldoc.perl.org/functions/-X.txt
    Registered: Sat May 25 00:03:22 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Sat May 25 04:57:40 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Sat May 25 00:39:46 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Sat May 25 04:30:00 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Sat May 25 01:10:36 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Sat May 25 04:07:57 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top