Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1701 - 1710 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. IO::Uncompress::AnyInflate - Uncompress zlib-ba...

    IO::Uncompress::AnyInflate ( source , CPAN ) version 2.212 CONTENTS NAME SYNOPSIS DESCRIPTION Functional Interface an...
    perldoc.perl.org/IO::Uncompress::AnyInflate
    Registered: Wed Apr 16 11:41:39 UTC 2025
    - 65.7K bytes
    - Viewed (0)
  2. IO::Zlib - IO:: style interface to Compress::Zl...

    IO::Zlib ( source , CPAN ) version 1.15 CONTENTS NAME SYNOPSIS DESCRIPTION CONSTRUCTOR OBJECT METHODS USING THE EXTER...
    perldoc.perl.org/IO::Zlib
    Registered: Wed Apr 16 11:41:49 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  3. Memoize::NDBM_File - glue to provide EXISTS for...

    Memoize::NDBM_File ( source , CPAN ) version 1.16 CONTENTS NAME DESCRIPTION # NAME Memoize::NDBM_File - glue to provi...
    perldoc.perl.org/Memoize::NDBM_File
    Registered: Wed Apr 16 11:42:02 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  4. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Thu Apr 17 00:59:14 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  5. $_.txt

    =over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......
    perldoc.perl.org/variables/$_.txt
    Registered: Wed Apr 16 22:20:46 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. $].txt

    =over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...
    perldoc.perl.org/variables/$].txt
    Registered: Thu Apr 17 00:37:01 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  7. $(.txt

    =over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...
    perldoc.perl.org/variables/$(.txt
    Registered: Wed Apr 16 23:19:02 UTC 2025
    - 1013 bytes
    - Viewed (0)
  8. ${^MATCH}.txt

    =over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...
    perldoc.perl.org/variables/${^MATCH}.txt
    Registered: Wed Apr 16 22:34:43 UTC 2025
    - 498 bytes
    - Viewed (0)
  9. ${^UTF8LOCALE}.txt

    =over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...
    perldoc.perl.org/variables/${^UTF8LOCALE}.txt
    Registered: Thu Apr 17 01:24:48 UTC 2025
    - 371 bytes
    - Viewed (0)
  10. ARGVOUT.txt

    =over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...
    perldoc.perl.org/variables/ARGVOUT.txt
    Registered: Thu Apr 17 01:21:31 UTC 2025
    - 303 bytes
    - Viewed (0)
Back to top