- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1411 - 1420 of 2,636 for host:perldoc.perl.org (0.06 sec)
-
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: Wed Jul 09 02:41:02 UTC 2025 - 4K bytes - Viewed (0) -
do.txt
=over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...perldoc.perl.org/functions/do.txtRegistered: Wed Jul 09 04:46:38 UTC 2025 - 3.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: Wed Jul 09 03:52:43 UTC 2025 - 1.9K bytes - Viewed (0) -
state.txt
=over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...perldoc.perl.org/functions/state.txtRegistered: Tue Jul 08 21:12:59 UTC 2025 - 1.9K bytes - Viewed (0) -
redo.txt
=over =item redo LABEL X<redo> =item redo EXPR =item redo The C<redo> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> block, if any, is ...perldoc.perl.org/functions/redo.txtRegistered: Wed Jul 09 01:10:57 UTC 2025 - 1.8K bytes - Viewed (0) -
last.txt
=over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...perldoc.perl.org/functions/last.txtRegistered: Wed Jul 09 01:41:46 UTC 2025 - 1.4K bytes - Viewed (0) -
wantarray.txt
=over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...perldoc.perl.org/functions/wantarray.txtRegistered: Wed Jul 09 03:13:33 UTC 2025 - 661 bytes - Viewed (0) -
getppid.txt
=over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...perldoc.perl.org/functions/getppid.txtRegistered: Tue Jul 08 20:35:15 UTC 2025 - 428 bytes - Viewed (0) -
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Wed Jul 09 02:16:21 UTC 2025 - 183 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: Wed Jul 09 05:47:40 UTC 2025 - 4.4K bytes - Viewed (0)