Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 2,615 for host:perldoc.perl.org (0.04 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 Nov 21 02:05:47 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/ Similar Results (3)
    Registered: Wed Nov 20 22:12:19 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. grep.txt

    =over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...
    perldoc.perl.org/functions/grep.txt
    Registered: Wed Nov 20 22:52:58 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. 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: Wed Nov 20 22:44:26 UTC 2024
    - 354 bytes
    - Viewed (0)
  5. sqrt.txt

    =over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...
    perldoc.perl.org/functions/sqrt.txt
    Registered: Thu Nov 21 02:00:46 UTC 2024
    - 325 bytes
    - Viewed (0)
  6. abs.txt

    =over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151
    perldoc.perl.org/functions/abs.txt
    Registered: Wed Nov 20 21:17:22 UTC 2024
    - 151 bytes
    - Viewed (0)
  7. 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 Nov 21 07:22:27 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. 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 Nov 21 05:25:41 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Thu Nov 21 03:54:47 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. ucfirst.txt

    =over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...
    perldoc.perl.org/functions/ucfirst.txt
    Registered: Thu Nov 21 05:12:16 UTC 2024
    - 542 bytes
    - Viewed (0)
Back to top