Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1911 - 1920 of 2,416 for filetype:txt (0.05 sec)

  1. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Sat Nov 02 01:24:27 UTC 2024
    - 516 bytes
    - Viewed (0)
  2. ${^PREMATCH}.txt

    =over =item ${^PREMATCH} X<${^PREMATCH}> It is only guaranteed to return a defined value when the pattern was executed with the C</p> modifier. This is similar to C<$`> ($PREMATCH) except that to u...
    perldoc.perl.org/variables/${^PREMATCH}.txt
    Registered: Sat Nov 02 01:36:56 UTC 2024
    - 492 bytes
    - Viewed (0)
  3. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Sat Nov 02 01:56:37 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  4. %SIG.txt

    =over =item %SIG X<%SIG> The hash C<%SIG> contains signal handlers for signals. For example: sub handler { # 1st argument is signal name my($sig) = @_; print "Caught a SIG$sig--shutting down\n"; cl...
    perldoc.perl.org/variables/%SIG.txt
    Registered: Sat Nov 02 03:38:45 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Sat Nov 02 02:14:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. @ .txt

    =over =item @LAST_MATCH_END =item @+ X<@+> X<@LAST_MATCH_END> This array holds the offsets of the ends of the last successful match and any matching capture buffers that the pattern contains. (See ...
    perldoc.perl.org/variables/@ .txt
    Registered: Sat Nov 02 04:11:43 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. $^S.txt

    =over =item $EXCEPTIONS_BEING_CAUGHT =item $^S X<$^S> X<$EXCEPTIONS_BEING_CAUGHT> Current state of the interpreter. $^S State --------- ---------- undef Parsing module, eval, or main program true (...
    perldoc.perl.org/variables/$^S.txt
    Registered: Sat Nov 02 04:47:52 UTC 2024
    - 663 bytes
    - Viewed (0)
  8. ${^RE_COMPILE_RECURSION_LIMIT}.txt

    =over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...
    perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txt
    Registered: Sat Nov 02 04:31:00 UTC 2024
    - 404 bytes
    - Viewed (0)
  9. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Sat Nov 02 03:26:26 UTC 2024
    - 435 bytes
    - Viewed (0)
  10. ${^LAST_FH}.txt

    =over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...
    perldoc.perl.org/variables/${^LAST_FH}.txt
    Registered: Sat Nov 02 02:35:44 UTC 2024
    - 415 bytes
    - Viewed (0)
Back to top