Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 991 - 1000 of 2,636 for host:perldoc.perl.org (0.09 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: Thu Jul 03 07:19:23 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. 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: Thu Jul 03 15:22:44 UTC 2025
    - 478 bytes
    - Viewed (0)
  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
    Registered: Thu Jul 03 11:55:35 UTC 2025
    - 374 bytes
    - Viewed (0)
  4. 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: Thu Jul 03 16:13:49 UTC 2025
    - 233 bytes
    - Viewed (0)
  5. __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
    Registered: Thu Jul 03 05:36:39 UTC 2025
    - 187 bytes
    - Viewed (0)
  6. 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: Thu Jul 03 10:09:50 UTC 2025
    - 271 bytes
    - Viewed (0)
  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
    Registered: Thu Jul 03 20:48:13 UTC 2025
    - 762 bytes
    - Viewed (0)
  8. 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: Thu Jul 03 18:44:26 UTC 2025
    - 616 bytes
    - Viewed (0)
  9. 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: Thu Jul 03 18:48:56 UTC 2025
    - 379 bytes
    - Viewed (0)
  10. 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 184
    perldoc.perl.org/functions/finally.txt Similar Results (2)
    Registered: Thu Jul 03 21:33:30 UTC 2025
    - 184 bytes
    - Viewed (0)
Back to top