- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 821 - 830 of 2,612 for host:perldoc.perl.org (0.09 sec)
- 
				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.txtRegistered: Sun Oct 26 13:23:31 UTC 2025 - 2K bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 20:15:15 UTC 2025 - 1.3K bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 23:17:58 UTC 2025 - 722 bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 23:36:04 UTC 2025 - 573 bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 21:36:01 UTC 2025 - 435 bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 22:39:58 UTC 2025 - 478 bytes - Viewed (0)
- 
				__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__.txtRegistered: Sun Oct 26 21:15:30 UTC 2025 - 407 bytes - Viewed (0)
- 
				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.txtRegistered: Sun Oct 26 05:33:00 UTC 2025 - 377 bytes - Viewed (0)
- 
				__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 187perldoc.perl.org/functions/__LINE__.txtRegistered: Sun Oct 26 20:42:18 UTC 2025 - 187 bytes - Viewed (0)
- 
				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.txtRegistered: Mon Oct 27 12:50:32 UTC 2025 - 3.5K bytes - Viewed (0)