- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2151 - 2160 of 6,572 for content_length:[0 TO 9999] (0.07 sec)
-
listen.txt
=over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...perldoc.perl.org/functions/listen.txtRegistered: Tue Feb 18 09:08:53 UTC 2025 - 233 bytes - Viewed (0) -
syswrite.txt
=over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...perldoc.perl.org/functions/syswrite.txtRegistered: Tue Feb 18 13:39:52 UTC 2025 - 1.7K bytes - Viewed (0) -
__CLASS__.txt
=over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...perldoc.perl.org/functions/__CLASS__.txtRegistered: Tue Feb 18 11:14:00 UTC 2025 - 925 bytes - Viewed (0) -
semctl.txt
=over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...perldoc.perl.org/functions/semctl.txtRegistered: Tue Feb 18 14:01:56 UTC 2025 - 762 bytes - Viewed (0) -
msgctl.txt
=over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...perldoc.perl.org/functions/msgctl.txtRegistered: Tue Feb 18 13:53:54 UTC 2025 - 616 bytes - Viewed (0) -
prototype.txt
=over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...perldoc.perl.org/functions/prototype.txtRegistered: Tue Feb 18 10:48:11 UTC 2025 - 745 bytes - Viewed (0) -
getpgrp.txt
=over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...perldoc.perl.org/functions/getpgrp.txtRegistered: Tue Feb 18 11:02:56 UTC 2025 - 478 bytes - Viewed (0) -
no.txt
=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Tue Feb 18 14:19:33 UTC 2025 - 271 bytes - Viewed (0) -
untie.txt
=over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183perldoc.perl.org/functions/untie.txtRegistered: Tue Feb 18 11:29:41 UTC 2025 - 183 bytes - Viewed (0) -
system.txt
=over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...perldoc.perl.org/functions/system.txtRegistered: Tue Feb 18 15:55:56 UTC 2025 - 3.6K bytes - Viewed (0)