Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 191 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. $].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: Fri May 10 14:44:56 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. $?.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: Fri May 10 17:25:16 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. $(.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: Fri May 10 15:04:23 UTC 2024
    - 1013 bytes
    - Viewed (0)
  4. $^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: Fri May 10 13:46:32 UTC 2024
    - 667 bytes
    - Viewed (0)
  5. ${^TAINT}.txt

    =over =item ${^TAINT} X<${^TAINT}> Reflects if taint mode is on or off. 1 for on (the program was run with B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with B<-t> or B<-TU>). No...
    perldoc.perl.org/variables/${^TAINT}.txt
    Registered: Fri May 10 20:57:39 UTC 2024
    - 421 bytes
    - Viewed (0)
  6. ${^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: Fri May 10 21:29:02 UTC 2024
    - 371 bytes
    - Viewed (0)
  7. $<.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: Fri May 10 13:18:33 UTC 2024
    - 408 bytes
    - Viewed (0)
  8. @F.txt

    =over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...
    perldoc.perl.org/variables/@F.txt
    Registered: Fri May 10 13:10:19 UTC 2024
    - 312 bytes
    - Viewed (0)
  9. $=.txt

    =over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...
    perldoc.perl.org/variables/$=.txt
    Registered: Fri May 10 17:54:16 UTC 2024
    - 267 bytes
    - Viewed (0)
  10. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Sat May 11 04:04:22 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top