Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1511 - 1520 of 3,449 for filetype:txt (0.05 sec)

  1. 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
    Registered: Mon Sep 01 02:37:48 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Aug 31 21:04:50 UTC 2025
    - 616 bytes
    - Viewed (0)
  3. 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.txt
    Registered: Mon Sep 01 01:02:35 UTC 2025
    - 722 bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Aug 31 23:12:45 UTC 2025
    - 478 bytes
    - Viewed (0)
  5. __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
    Registered: Mon Sep 01 00:16:40 UTC 2025
    - 407 bytes
    - Viewed (0)
  6. 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
    Registered: Sun Aug 31 23:27:33 UTC 2025
    - 233 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Sep 01 02:57:50 UTC 2025
    - 244 bytes
    - Viewed (0)
  8. 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
    Registered: Mon Sep 01 07:18:54 UTC 2025
    - 762 bytes
    - Viewed (0)
  9. 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
    Registered: Mon Sep 01 06:19:15 UTC 2025
    - 435 bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Sep 01 05:17:56 UTC 2025
    - 379 bytes
    - Viewed (0)
Back to top