Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 1 - 10 of 2,216 for timestamp:[now/d-1M TO *] (0.04 sec)

  1. ${^ENCODING}.txt

    =over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...
    perldoc.perl.org/variables/${^ENCODING}.txt
    Registered: Wed Apr 24 01:42:52 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. %^H.txt

    =over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...
    perldoc.perl.org/variables/%^H.txt
    Registered: Wed Apr 24 00:45:29 UTC 2024
    - 909 bytes
    - Viewed (0)
  3. ${^CHILD_ERROR_NATIVE}.txt

    =over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...
    perldoc.perl.org/variables/${^CHILD_ERROR_NATIVE}.txt
    Registered: Wed Apr 24 01:34:42 UTC 2024
    - 574 bytes
    - Viewed (0)
  4. $#.txt

    =over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...
    perldoc.perl.org/variables/$#.txt
    Registered: Wed Apr 24 01:14:22 UTC 2024
    - 481 bytes
    - Viewed (0)
  5. $,.txt

    =over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...
    perldoc.perl.org/variables/$,.txt
    Registered: Wed Apr 24 01:28:22 UTC 2024
    - 486 bytes
    - Viewed (0)
  6. ${^RE_DEBUG_FLAGS}.txt

    =over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...
    perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txt
    Registered: Wed Apr 24 02:19:02 UTC 2024
    - 251 bytes
    - Viewed (0)
  7. @ARGV.txt

    =over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...
    perldoc.perl.org/variables/@ARGV.txt
    Registered: Wed Apr 24 00:50:56 UTC 2024
    - 293 bytes
    - Viewed (0)
  8. $-.txt

    =over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...
    perldoc.perl.org/variables/$-.txt
    Registered: Wed Apr 24 00:14:26 UTC 2024
    - 237 bytes
    - Viewed (0)
  9. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Wed Apr 24 01:20:22 UTC 2024
    - 102 bytes
    - Viewed (0)
  10. $^E.txt

    =over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...
    perldoc.perl.org/variables/$^E.txt
    Registered: Wed Apr 24 03:59:54 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top