- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1521 - 1530 of 3,197 for filetype:txt (0.06 sec)
-
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 Nov 21 11:56:09 UTC 2024 - 372 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: Thu Nov 21 10:05:34 UTC 2024 - 308 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 Nov 21 17:42:54 UTC 2024 - 3.8K 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: Thu Nov 21 18:39:31 UTC 2024 - 1.1K 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 Nov 21 14:58:28 UTC 2024 - 813 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 Nov 21 15:11:15 UTC 2024 - 604 bytes - Viewed (0) -
lock.txt
=over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...perldoc.perl.org/functions/lock.txtRegistered: Thu Nov 21 16:17:34 UTC 2024 - 565 bytes - Viewed (0) -
msgsnd.txt
=over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...perldoc.perl.org/functions/msgsnd.txtRegistered: Thu Nov 21 15:19:15 UTC 2024 - 506 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: Thu Nov 21 16:32:15 UTC 2024 - 426 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: Thu Nov 21 18:21:29 UTC 2024 - 297 bytes - Viewed (0)