Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 3,197 for filetype:txt (0.06 sec)

  1. DBM_Filter::compress.txt

    package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...
    perldoc.perl.org/DBM_Filter::compress.txt
    Registered: Sat Nov 16 03:14:20 UTC 2024
    - 854 bytes
    - Viewed (0)
  2. DBM_Filter::utf8.txt

    package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...
    perldoc.perl.org/DBM_Filter::utf8.txt
    Registered: Sat Nov 16 03:55:32 UTC 2024
    - 777 bytes
    - Viewed (0)
  3. $].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: Tue Nov 19 05:14:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. $?.txt

    =over =item $CHILD_ERROR =item $? X<$?> X<$CHILD_ERROR> The status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<system()> o...
    perldoc.perl.org/variables/$?.txt
    Registered: Tue Nov 19 07:00:37 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. $^P.txt

    =over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...
    perldoc.perl.org/variables/$^P.txt
    Registered: Tue Nov 19 07:38:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. $(.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: Tue Nov 19 06:14:29 UTC 2024
    - 1013 bytes
    - Viewed (0)
  7. $^M.txt

    =over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...
    perldoc.perl.org/variables/$^M.txt
    Registered: Tue Nov 19 05:34:23 UTC 2024
    - 667 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: Tue Nov 19 03:05:31 UTC 2024
    - 498 bytes
    - Viewed (0)
  9. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Tue Nov 19 02:50:13 UTC 2024
    - 408 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: Tue Nov 19 07:19:24 UTC 2024
    - 303 bytes
    - Viewed (0)
Back to top