- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4551 - 4560 of 6,339 for content_length:[0 TO 9999] (0.26 sec)
-
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: Fri Nov 07 04:50:19 UTC 2025 - 813 bytes - Viewed (0) -
shmctl.txt
=over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...perldoc.perl.org/functions/shmctl.txtRegistered: Fri Nov 07 04:18:55 UTC 2025 - 534 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: Fri Nov 07 07:26:53 UTC 2025 - 362 bytes - Viewed (0) -
connect.txt
=over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...perldoc.perl.org/functions/connect.txtRegistered: Fri Nov 07 06:23:15 UTC 2025 - 308 bytes - Viewed (0) -
__END__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__END__.txt Similar Results (1)Registered: Fri Nov 07 03:54:33 UTC 2025 - 109 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: Fri Nov 07 09:06:44 UTC 2025 - 622 bytes - Viewed (0) -
msgrcv.txt
=over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...perldoc.perl.org/functions/msgrcv.txtRegistered: Fri Nov 07 09:23:28 UTC 2025 - 615 bytes - Viewed (0) -
tied.txt
=over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...perldoc.perl.org/functions/tied.txtRegistered: Fri Nov 07 08:51:31 UTC 2025 - 297 bytes - Viewed (0) -
perl5141delta.txt
=encoding utf8 =head1 NAME perl5141delta - what is new for perl v5.14.1 =head1 DESCRIPTION This document describes differences between the 5.14.0 release and the 5.14.1 release. If you are upgradin...perldoc.perl.org/perl5141delta.txtRegistered: Sat Nov 08 04:07:28 UTC 2025 - 7.8K bytes - Viewed (0) -
perlandroid.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlandroid.txtRegistered: Sat Nov 08 03:45:57 UTC 2025 - 8K bytes - Viewed (0)