Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 1,316 for label:perl (1.91 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Mon Sep 01 04:03:25 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  10. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Mon Sep 01 02:30:37 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top