- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2131 - 2140 of 2,621 for host:perldoc.perl.org (0.14 sec)
-
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: Sat Apr 19 03:23:56 UTC 2025 - 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: Sat Apr 19 03:35:10 UTC 2025 - 506 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: Sat Apr 19 07:45:25 UTC 2025 - 297 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: Sat Apr 19 09:44:55 UTC 2025 - 813 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: Sat Apr 19 08:10:42 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: Sat Apr 19 10:37:36 UTC 2025 - 604 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: Sat Apr 19 10:20:43 UTC 2025 - 308 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: Sat Apr 19 11:58:52 UTC 2025 - 120 bytes - Viewed (0) -
Module::CoreList.txt
=head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...perldoc.perl.org/Module::CoreList.txtRegistered: Sat Apr 19 17:49:34 UTC 2025 - 8.2K 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: Sat Apr 19 13:56:50 UTC 2025 - 534 bytes - Viewed (0)