Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 2,642 for host:perldoc.perl.org (0.05 sec)

  1. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Sun Aug 31 20:53:41 UTC 2025
    - 809 bytes
    - Viewed (0)
  2. seekdir.txt

    =over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...
    perldoc.perl.org/functions/seekdir.txt
    Registered: Sun Aug 31 16:18:22 UTC 2025
    - 328 bytes
    - Viewed (0)
  3. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Sun Aug 31 22:06:31 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Mon Sep 01 00:03:30 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  5. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Sun Aug 31 23:33:12 UTC 2025
    - 561 bytes
    - Viewed (0)
  6. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sun Aug 31 21:22:10 UTC 2025
    - 293 bytes
    - Viewed (0)
  7. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Mon Sep 01 00:21:24 UTC 2025
    - 223 bytes
    - Viewed (0)
  8. BEGIN.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/BEGIN.txt Similar Results (4)
    Registered: Sun Aug 31 22:58:22 UTC 2025
    - 178 bytes
    - Viewed (0)
  9. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Mon Sep 01 00:55:15 UTC 2025
    - 141 bytes
    - Viewed (0)
  10. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Mon Sep 01 01:52:04 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top