- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3551 - 3560 of 6,561 for content_length:[0 TO 9999] (0.09 sec)
-
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.txtRegistered: Mon Feb 17 22:16:10 UTC 2025 - 5.9K bytes - Viewed (0) -
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.txtRegistered: Mon Feb 17 22:44:54 UTC 2025 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Mon Feb 17 22:31:28 UTC 2025 - 2.6K bytes - Viewed (0) -
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.txtRegistered: Mon Feb 17 22:22:26 UTC 2025 - 2.1K bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 01:15:23 UTC 2025 - 1.9K bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 01:23:15 UTC 2025 - 1.2K bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 00:46:37 UTC 2025 - 713 bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 01:00:02 UTC 2025 - 476 bytes - Viewed (0) -
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 163perldoc.perl.org/functions/closedir.txtRegistered: Tue Feb 18 00:39:25 UTC 2025 - 163 bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 05:58:11 UTC 2025 - 4.1K bytes - Viewed (0)