- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2291 - 2300 of 2,641 for host:perldoc.perl.org (0.04 sec)
-
readlink.txt
=over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...perldoc.perl.org/functions/readlink.txtRegistered: Tue Jul 08 23:15:45 UTC 2025 - 349 bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. C<break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The L<C<"switc...perldoc.perl.org/functions/break.txtRegistered: Wed Jul 09 02:49:19 UTC 2025 - 339 bytes - Viewed (0) -
__PACKAGE__.txt
=over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120perldoc.perl.org/functions/__PACKAGE__.txtRegistered: Tue Jul 08 23:06:19 UTC 2025 - 120 bytes - Viewed (0) -
fork.txt
=over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...perldoc.perl.org/functions/fork.txtRegistered: Wed Jul 09 08:10:20 UTC 2025 - 2K bytes - Viewed (0) -
warn.txt
=over =item warn LIST X<warn> X<warning> X<STDERR> Emits a warning, usually by printing it to C<STDERR>. C<warn> interprets its operand LIST in the same way as C<die>, but is slightly different in ...perldoc.perl.org/functions/warn.txtRegistered: Wed Jul 09 08:58:43 UTC 2025 - 2.1K bytes - Viewed (0) -
continue.txt
=over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, C<continue> is actually a flow control statement rather than a function. If there is a C<continue> BLOCK attached to ...perldoc.perl.org/functions/continue.txtRegistered: Wed Jul 09 06:59:47 UTC 2025 - 1.7K bytes - Viewed (0) -
write.txt
=over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...perldoc.perl.org/functions/write.txtRegistered: Wed Jul 09 07:05:30 UTC 2025 - 1.7K bytes - Viewed (0) -
socketpair.txt
=over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...perldoc.perl.org/functions/socketpair.txtRegistered: Wed Jul 09 06:28:11 UTC 2025 - 1.1K bytes - Viewed (0) -
evalbytes.txt
=over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...perldoc.perl.org/functions/evalbytes.txtRegistered: Wed Jul 09 07:42:10 UTC 2025 - 840 bytes - Viewed (0) -
getpriority.txt
=over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...perldoc.perl.org/functions/getpriority.txtRegistered: Wed Jul 09 08:27:14 UTC 2025 - 426 bytes - Viewed (0)