Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4991 - 5000 of 6,922 for content_length:[0 TO 9999] (0.13 sec)

  1. 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.txt
    Registered: Wed Apr 02 10:14:12 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Wed Apr 02 09:57:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Wed Apr 02 20:44:33 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Wed Apr 02 20:05:56 UTC 2025
    - 787 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Wed Apr 02 19:31:37 UTC 2025
    - 859 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Wed Apr 02 09:20:34 UTC 2025
    - 349 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Wed Apr 02 21:00:03 UTC 2025
    - 349 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Wed Apr 02 21:08:27 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Wed Apr 02 21:44:12 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Wed Apr 02 21:56:45 UTC 2025
    - 1.6K bytes
    - Viewed (0)
Back to top