Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 311 - 320 of 1,445 for label:perl (0.04 seconds)

  1. 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.txt
    Sun Feb 01 22:17:28 GMT 2026
      435 bytes
  2. __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__.txt
    Sun Feb 01 21:22:21 GMT 2026
      407 bytes
  3. 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.txt
    Mon Feb 02 01:50:00 GMT 2026
      393 bytes
  4. __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 187
    perldoc.perl.org/functions/__LINE__.txt
    Mon Feb 02 00:35:16 GMT 2026
      187 bytes
  5. 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.txt
    Mon Feb 02 03:37:34 GMT 2026
      2.7K bytes
  6. __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__.txt
    Mon Feb 02 02:39:11 GMT 2026
      909 bytes
  7. 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.txt
    Mon Feb 02 03:01:59 GMT 2026
      762 bytes
  8. 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.txt
    Mon Feb 02 04:44:59 GMT 2026
      233 bytes
  9. 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 188
    perldoc.perl.org/5.10.1/functions/no
    Tue Feb 03 00:37:33 GMT 2026
      188 bytes
  10. 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 164
    perldoc.perl.org/5.8.2/functions/no
    Tue Feb 03 00:38:24 GMT 2026
      164 bytes
      Similar Results (2)
Back to Top