Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5061 - 5070 of 6,925 for content_length:[0 TO 9999] (0.08 sec)

  1. 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: Wed Apr 02 03:17:26 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  2. ${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt

    =over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...
    perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
    Registered: Wed Apr 02 01:48:11 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. $!.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: Wed Apr 02 01:16:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. $ .txt

    =over =item $LAST_PAREN_MATCH =item $+ X<$+> X<$LAST_PAREN_MATCH> The text matched by the highest used capture group of the last successful search pattern. (See L</Scoping Rules of Regex Variables>...
    perldoc.perl.org/variables/$ .txt
    Registered: Wed Apr 02 02:32:22 UTC 2025
    - 586 bytes
    - Viewed (0)
  5. ${^UTF8CACHE}.txt

    =over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...
    perldoc.perl.org/variables/${^UTF8CACHE}.txt
    Registered: Wed Apr 02 00:48:25 UTC 2025
    - 468 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: Wed Apr 02 01:09:38 UTC 2025
    - 415 bytes
    - Viewed (0)
  7. $~.txt

    =over =item HANDLE->format_name(EXPR) =item $FORMAT_NAME =item $~ X<$~> X<$FORMAT_NAME> The name of the current report format for the currently selected output channel. The default format name is t...
    perldoc.perl.org/variables/$~.txt
    Registered: Wed Apr 02 01:40:11 UTC 2025
    - 355 bytes
    - Viewed (0)
  8. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Wed Apr 02 03:51:49 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  9. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Wed Apr 02 04:24:19 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. oct.txt

    =over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...
    perldoc.perl.org/functions/oct.txt
    Registered: Wed Apr 02 05:31:58 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top