Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 5,884 for content_length:[0 TO 9999] (0.06 sec)

  1. $?.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 Apr 23 22:13:57 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. $..txt

    =over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...
    perldoc.perl.org/variables/$..txt
    Registered: Tue Apr 23 23:52:12 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. $^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 Apr 23 22:43:17 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. $@.txt

    =over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...
    perldoc.perl.org/variables/$@.txt
    Registered: Tue Apr 23 23:46:52 UTC 2024
    - 611 bytes
    - Viewed (0)
  5. ${^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 Apr 23 20:54:38 UTC 2024
    - 498 bytes
    - Viewed (0)
  6. ${^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: Tue Apr 23 23:10:43 UTC 2024
    - 421 bytes
    - Viewed (0)
  7. ${^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: Tue Apr 23 22:57:40 UTC 2024
    - 371 bytes
    - Viewed (0)
  8. 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: Wed Apr 24 00:09:38 UTC 2024
    - 303 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: Wed Apr 24 00:24:01 UTC 2024
    - 267 bytes
    - Viewed (0)
  10. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of L<C<sort>|/so...
    perldoc.perl.org/functions/sort.txt
    Registered: Wed Apr 24 12:00:15 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top