- Sort Score
- Num 10 results
- Language All
- Labels All
Results 311 - 320 of 1,445 for label:perl (0.09 seconds)
-
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.txtSun Feb 01 22:17:28 GMT 2026 435 bytes -
__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__.txtSun Feb 01 21:22:21 GMT 2026 407 bytes -
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.txtMon Feb 02 01:50:00 GMT 2026 393 bytes -
__LINE__.txt
=over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187perldoc.perl.org/functions/__LINE__.txtMon Feb 02 00:35:16 GMT 2026 187 bytes -
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.txtMon Feb 02 03:37:34 GMT 2026 2.7K bytes -
__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__.txtMon Feb 02 02:39:11 GMT 2026 909 bytes -
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.txtMon Feb 02 03:01:59 GMT 2026 762 bytes -
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.txtMon Feb 02 04:44:59 GMT 2026 233 bytes -
no
=over =item no Module VERSION LIST X<no> =item no Module VERSION =item no Module LIST =item no Module =item no VERSION See the C<use> function, of which C<no> is the opposite. =back 188perldoc.perl.org/5.10.1/functions/noTue Feb 03 00:37:33 GMT 2026 188 bytes -
no
=over =item no Module VERSION LIST =item no Module VERSION =item no Module LIST =item no Module See the C<use> function, which C<no> is the opposite of. =back 164perldoc.perl.org/5.8.2/functions/no