Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3551 - 3560 of 6,561 for content_length:[0 TO 9999] (0.09 sec)

  1. 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: Mon Feb 17 22:16:10 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Mon Feb 17 22:44:54 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. 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: Mon Feb 17 22:31:28 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  4. 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: Mon Feb 17 22:22:26 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  5. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Tue Feb 18 01:15:23 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. 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: Tue Feb 18 01:23:15 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. 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: Tue Feb 18 00:46:37 UTC 2025
    - 713 bytes
    - Viewed (0)
  8. 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: Tue Feb 18 01:00:02 UTC 2025
    - 476 bytes
    - Viewed (0)
  9. 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: Tue Feb 18 00:39:25 UTC 2025
    - 163 bytes
    - Viewed (0)
  10. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Tue Feb 18 05:58:11 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top