Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3541 - 3550 of 6,561 for content_length:[0 TO 9999] (0.14 sec)

  1. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Mon Feb 17 18:02:12 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  2. ${^OPEN}.txt

    =over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...
    perldoc.perl.org/variables/${^OPEN}.txt
    Registered: Mon Feb 17 18:31:54 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. $|.txt

    =over =item HANDLE->autoflush( EXPR ) =item $OUTPUT_AUTOFLUSH =item $| X<$|> X<autoflush> X<flush> X<$OUTPUT_AUTOFLUSH> If set to nonzero, forces a flush right away and after every write or print o...
    perldoc.perl.org/variables/$|.txt
    Registered: Mon Feb 17 18:16:51 UTC 2025
    - 926 bytes
    - Viewed (0)
  4. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Mon Feb 17 22:03:04 UTC 2025
    - 760 bytes
    - Viewed (0)
  5. ARGV.txt

    =over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the angle operator C<< <> >>. Note that currently C<...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Mon Feb 17 17:19:48 UTC 2025
    - 546 bytes
    - Viewed (0)
  6. $\.txt

    =over =item IO::Handle->output_record_separator( EXPR ) =item $OUTPUT_RECORD_SEPARATOR =item $ORS =item $\ X<$\> X<$ORS> X<$OUTPUT_RECORD_SEPARATOR> The output record separator for the print operat...
    perldoc.perl.org/variables/$\.txt
    Registered: Mon Feb 17 19:13:47 UTC 2025
    - 562 bytes
    - Viewed (0)
  7. $:.txt

    =over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...
    perldoc.perl.org/variables/$:.txt
    Registered: Mon Feb 17 19:17:00 UTC 2025
    - 520 bytes
    - Viewed (0)
  8. $&.txt

    =over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...
    perldoc.perl.org/variables/$&.txt
    Registered: Mon Feb 17 17:27:14 UTC 2025
    - 382 bytes
    - Viewed (0)
  9. $^R.txt

    =over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...
    perldoc.perl.org/variables/$^R.txt
    Registered: Mon Feb 17 20:38:14 UTC 2025
    - 343 bytes
    - Viewed (0)
  10. $^.txt

    =over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...
    perldoc.perl.org/variables/$^.txt
    Registered: Mon Feb 17 14:39:11 UTC 2025
    - 385 bytes
    - Viewed (0)
Back to top