- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,302 for label:perl (0.04 sec)
-
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 Nov 05 02:22:40 UTC 2024 - 3.6K bytes - Viewed (0) -
kill.txt
=over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...perldoc.perl.org/functions/kill.txtRegistered: Tue Nov 05 02:54:01 UTC 2024 - 2.7K bytes - Viewed (0) -
setpriority.txt
=over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...perldoc.perl.org/functions/setpriority.txtRegistered: Tue Nov 05 02:14:22 UTC 2024 - 435 bytes - Viewed (0) -
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 Nov 05 04:28:39 UTC 2024 - 233 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 Nov 05 02:27:21 UTC 2024 - 271 bytes - Viewed (0) -
getprotobyname.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/getprotobyname.txt Similar Results (29)Registered: Tue Nov 05 04:55:51 UTC 2024 - 7K 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 Nov 05 13:40:15 UTC 2024 - 745 bytes - Viewed (0) -
class.txt
=over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...perldoc.perl.org/functions/class.txtRegistered: Tue Nov 05 09:21:36 UTC 2024 - 374 bytes - Viewed (0) -
finally.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/finally.txt Similar Results (2)Registered: Tue Nov 05 15:38:55 UTC 2024 - 184 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 Nov 05 09:56:15 UTC 2024 - 183 bytes - Viewed (0)