- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1211 - 1220 of 1,302 for label:perl (0.06 sec)
-
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) -
y.txt
=over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153perldoc.perl.org/functions/y.txtRegistered: Fri Nov 22 10:31:18 UTC 2024 - 153 bytes - Viewed (0) -
__DATA__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__DATA__.txt Similar Results (1)Registered: Thu Nov 21 19:08:17 UTC 2024 - 109 bytes - Viewed (0) -
s.txt
=over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98perldoc.perl.org/functions/s.txtRegistered: Fri Nov 22 02:53:17 UTC 2024 - 98 bytes - Viewed (0)