Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 2,621 for host:perldoc.perl.org (0.07 sec)

  1. seek.txt

    =over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...
    perldoc.perl.org/functions/seek.txt
    Registered: Thu Jul 03 08:13:15 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. 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: Thu Jul 03 11:31:03 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Thu Jul 03 08:57:56 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Thu Jul 03 12:11:35 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Thu Jul 03 10:56:19 UTC 2025
    - 1K bytes
    - Viewed (0)
  6. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Thu Jul 03 08:41:16 UTC 2025
    - 385 bytes
    - Viewed (0)
  7. 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: Thu Jul 03 09:06:27 UTC 2025
    - 354 bytes
    - Viewed (0)
  8. endhostent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endhostent.txt Similar Results (8)
    Registered: Thu Jul 03 16:37:10 UTC 2025
    - 7K bytes
    - Viewed (0)
  9. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...
    perldoc.perl.org/functions/my.txt
    Registered: Thu Jul 03 13:32:01 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Thu Jul 03 14:46:00 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top