- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5061 - 5070 of 6,922 for content_length:[0 TO 9999] (0.18 sec)
-
__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: Thu Apr 03 01:59:19 UTC 2025 - 120 bytes - Viewed (0) -
our.txt
=over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...perldoc.perl.org/functions/our.txtRegistered: Thu Apr 03 03:00:59 UTC 2025 - 4.7K bytes - Viewed (0) -
exec.txt
=over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The L<C<exec>|/exec LIST> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of L<C<exec...perldoc.perl.org/functions/exec.txtRegistered: Thu Apr 03 05:54:53 UTC 2025 - 3.8K 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: Thu Apr 03 06:00:32 UTC 2025 - 2K bytes - Viewed (0) -
return.txt
=over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...perldoc.perl.org/functions/return.txtRegistered: Thu Apr 03 06:24:48 UTC 2025 - 1K bytes - Viewed (0) -
readpipe.txt
=over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...perldoc.perl.org/functions/readpipe.txtRegistered: Thu Apr 03 05:47:34 UTC 2025 - 622 bytes - Viewed (0) -
setsockopt.txt
=over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...perldoc.perl.org/functions/setsockopt.txtRegistered: Thu Apr 03 02:15:50 UTC 2025 - 604 bytes - Viewed (0) -
times.txt
=over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...perldoc.perl.org/functions/times.txtRegistered: Thu Apr 03 05:23:41 UTC 2025 - 372 bytes - Viewed (0) -
shutdown.txt
=over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...perldoc.perl.org/functions/shutdown.txtRegistered: Thu Apr 03 11:13:38 UTC 2025 - 813 bytes - Viewed (0) -
class RDoc::NormalClass - Documentation for Rub...
class RDoc::NormalClass: A normal class, neither singleton nor anonymousdocs.ruby-lang.org/en/master/RDoc/NormalClass.htmlRegistered: Mon Jan 13 05:39:42 UTC 2025 - Last Modified: Thu Jan 02 13:20:03 UTC 2025 - 8.7K bytes - Viewed (0)