- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4991 - 5000 of 6,922 for content_length:[0 TO 9999] (0.15 sec)
-
chown.txt
=over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...perldoc.perl.org/functions/chown.txtRegistered: Wed Apr 02 10:14:12 UTC 2025 - 1.5K bytes - Viewed (0) -
tell.txt
=over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...perldoc.perl.org/functions/tell.txtRegistered: Wed Apr 02 09:57:39 UTC 2025 - 1.4K bytes - Viewed (0) -
fileno.txt
=over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...perldoc.perl.org/functions/fileno.txtRegistered: Wed Apr 02 20:44:33 UTC 2025 - 1.5K bytes - Viewed (0) -
rename.txt
=over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...perldoc.perl.org/functions/rename.txtRegistered: Wed Apr 02 20:05:56 UTC 2025 - 787 bytes - Viewed (0) -
evalbytes.txt
=over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...perldoc.perl.org/functions/evalbytes.txtRegistered: Wed Apr 02 19:31:37 UTC 2025 - 859 bytes - Viewed (0) -
readlink.txt
=over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...perldoc.perl.org/functions/readlink.txtRegistered: Wed Apr 02 09:20:34 UTC 2025 - 349 bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...perldoc.perl.org/functions/break.txtRegistered: Wed Apr 02 21:00:03 UTC 2025 - 349 bytes - Viewed (0) -
continue.txt
=over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...perldoc.perl.org/functions/continue.txtRegistered: Wed Apr 02 21:08:27 UTC 2025 - 1.9K bytes - Viewed (0) -
write.txt
=over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...perldoc.perl.org/functions/write.txtRegistered: Wed Apr 02 21:44:12 UTC 2025 - 1.7K bytes - Viewed (0) -
printf.txt
=over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...perldoc.perl.org/functions/printf.txtRegistered: Wed Apr 02 21:56:45 UTC 2025 - 1.6K bytes - Viewed (0)