Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 2,634 for host:perldoc.perl.org (0.03 sec)

  1. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Wed Jul 02 05:44:44 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  2. Win32CORE.txt

    package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...
    perldoc.perl.org/Win32CORE.txt
    Registered: Wed Jul 02 07:27:19 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. Time::tm.txt

    package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...
    perldoc.perl.org/Time::tm.txt
    Registered: Wed Jul 02 10:14:47 UTC 2025
    - 668 bytes
    - Viewed (0)
  4. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Thu Jul 03 01:16:51 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Thu Jul 03 00:28:53 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Thu Jul 03 02:12:00 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Thu Jul 03 00:43:30 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. qr/STRING/ - Perldoc Browser

    functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...
    perldoc.perl.org/functions/qr/STRING/
    Registered: Wed Jul 02 20:38:40 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  9. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Wed Jul 02 22:48:26 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Wed Jul 02 20:54:22 UTC 2025
    - 1K bytes
    - Viewed (0)
Back to top