Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 1,306 for label:perl (0.03 sec)

  1. 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: Thu Jun 05 22:33:53 UTC 2025
    - 464 bytes
    - Viewed (0)
  2. 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: Thu Jun 05 20:15:30 UTC 2025
    - 300 bytes
    - Viewed (0)
  3. 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: Fri Jun 06 07:03:02 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  4. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Fri Jun 06 02:53:51 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. 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: Fri Jun 06 01:31:26 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Fri Jun 06 06:04:32 UTC 2025
    - 769 bytes
    - Viewed (0)
  7. 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: Fri Jun 06 05:12:50 UTC 2025
    - 529 bytes
    - Viewed (0)
  8. 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: Fri Jun 06 00:03:15 UTC 2025
    - 325 bytes
    - Viewed (0)
  9. UNITCHECK.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/UNITCHECK.txt Similar Results (4)
    Registered: Fri Jun 06 16:15:37 UTC 2025
    - 178 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: Fri Jun 06 15:20:19 UTC 2025
    - 91 bytes
    - Viewed (0)
Back to top