Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 821 - 830 of 2,612 for host:perldoc.perl.org (0.09 sec)

  1. sysread.txt

    =over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...
    perldoc.perl.org/functions/sysread.txt
    Registered: Sun Oct 26 13:23:31 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. rand.txt

    =over =item rand EXPR X<rand> X<random> =item rand Returns a random fractional number greater than or equal to C<0> and B<less> than the value of EXPR. (EXPR should be positive.) If EXPR is omitted...
    perldoc.perl.org/functions/rand.txt
    Registered: Sun Oct 26 20:15:15 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Sun Oct 26 23:17:58 UTC 2025
    - 722 bytes
    - Viewed (0)
  4. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Sun Oct 26 23:36:04 UTC 2025
    - 573 bytes
    - Viewed (0)
  5. setpriority.txt

    =over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...
    perldoc.perl.org/functions/setpriority.txt
    Registered: Sun Oct 26 21:36:01 UTC 2025
    - 435 bytes
    - Viewed (0)
  6. getpgrp.txt

    =over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...
    perldoc.perl.org/functions/getpgrp.txt
    Registered: Sun Oct 26 22:39:58 UTC 2025
    - 478 bytes
    - Viewed (0)
  7. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Sun Oct 26 21:15:30 UTC 2025
    - 407 bytes
    - Viewed (0)
  8. format.txt

    =over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...
    perldoc.perl.org/functions/format.txt
    Registered: Sun Oct 26 05:33:00 UTC 2025
    - 377 bytes
    - Viewed (0)
  9. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Sun Oct 26 20:42:18 UTC 2025
    - 187 bytes
    - Viewed (0)
  10. system.txt

    =over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...
    perldoc.perl.org/functions/system.txt
    Registered: Mon Oct 27 12:50:32 UTC 2025
    - 3.5K bytes
    - Viewed (0)
Back to top