Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 406 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. $!.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: Mon Feb 17 16:38:26 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. @ .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: Mon Feb 17 15:42:38 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. %INC.txt

    =over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...
    perldoc.perl.org/variables/%INC.txt
    Registered: Mon Feb 17 13:11:58 UTC 2025
    - 681 bytes
    - Viewed (0)
  4. $^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: Mon Feb 17 15:04:57 UTC 2025
    - 663 bytes
    - Viewed (0)
  5. ${^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: Mon Feb 17 15:27:21 UTC 2025
    - 492 bytes
    - Viewed (0)
  6. ${^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: Mon Feb 17 13:54:32 UTC 2025
    - 415 bytes
    - Viewed (0)
  7. $^A.txt

    =over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...
    perldoc.perl.org/variables/$^A.txt
    Registered: Mon Feb 17 16:30:16 UTC 2025
    - 462 bytes
    - Viewed (0)
  8. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Mon Feb 17 23:06:18 UTC 2025
    - 26K bytes
    - Viewed (0)
  9. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Mon Feb 17 21:32:37 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  10. %{^CAPTURE} - Perldoc Browser

    variables / %{^CAPTURE} ( source , CPAN ) # %{^CAPTURE} # %LAST_PAREN_MATCH # %+ Similar to @+ , the %+ hash allows a...
    perldoc.perl.org/variables/%{^CAPTURE}
    Registered: Mon Feb 17 18:09:12 UTC 2025
    - 23.8K bytes
    - Viewed (0)
Back to top