Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1561 - 1570 of 3,449 for filetype:txt (0.06 sec)

  1. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Sun Aug 31 23:16:15 UTC 2025
    - 508 bytes
    - Viewed (0)
  2. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Sun Aug 31 20:46:55 UTC 2025
    - 536 bytes
    - Viewed (0)
  3. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Sun Aug 31 22:09:29 UTC 2025
    - 464 bytes
    - Viewed (0)
  4. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Sun Aug 31 18:35:39 UTC 2025
    - 325 bytes
    - Viewed (0)
  5. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Sun Aug 31 18:07:59 UTC 2025
    - 300 bytes
    - Viewed (0)
  6. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Mon Sep 01 06:06:38 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  7. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Mon Sep 01 05:30:25 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  8. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Mon Sep 01 01:09:50 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Mon Sep 01 02:14:33 UTC 2025
    - 445 bytes
    - Viewed (0)
  10. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Mon Sep 01 06:38:54 UTC 2025
    - 91 bytes
    - Viewed (0)
Back to top