Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3411 - 3420 of 6,493 for content_length:[0 TO 9999] (0.05 sec)

  1. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Sun Jun 22 16:40:52 UTC 2025
    - 713 bytes
    - Viewed (0)
  2. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Sun Jun 22 11:59:34 UTC 2025
    - 573 bytes
    - Viewed (0)
  3. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Sun Jun 22 16:53:19 UTC 2025
    - 476 bytes
    - Viewed (0)
  4. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Sun Jun 22 11:49:15 UTC 2025
    - 163 bytes
    - Viewed (0)
  5. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> L<C<die>|/die LIST> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> ...
    perldoc.perl.org/functions/die.txt
    Registered: Sun Jun 22 21:38:13 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  6. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later only, the indices of an array. Pe...
    perldoc.perl.org/functions/keys.txt
    Registered: Sun Jun 22 21:22:45 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Sun Jun 22 17:28:01 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  8. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sun Jun 22 20:42:59 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  9. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Sun Jun 22 20:09:54 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Sun Jun 22 20:56:27 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top