- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,306 for label:perl (0.02 sec)
-
__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: Thu Apr 10 07:23:51 UTC 2025 - 925 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: Thu Apr 10 09:51:57 UTC 2025 - 745 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: Thu Apr 10 07:08:51 UTC 2025 - 435 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: Thu Apr 10 08:41:03 UTC 2025 - 478 bytes - Viewed (0) -
__SUB__.txt
=over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...perldoc.perl.org/functions/__SUB__.txtRegistered: Thu Apr 10 01:13:38 UTC 2025 - 407 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: Thu Apr 10 04:43:34 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: Thu Apr 10 09:06: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: Thu Apr 10 13:06:41 UTC 2025 - 3.6K 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: Thu Apr 10 16:25:11 UTC 2025 - 616 bytes - Viewed (0) -
gmtime.txt
=over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...perldoc.perl.org/functions/gmtime.txtRegistered: Thu Apr 10 16:18:42 UTC 2025 - 379 bytes - Viewed (0)