Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2651 - 2660 of 3,197 for filetype:txt (0.13 sec)

  1. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Thu Nov 21 01:04:39 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Thu Nov 21 00:09:12 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Thu Nov 21 03:11:34 UTC 2024
    - 398 bytes
    - Viewed (0)
  4. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...
    perldoc.perl.org/functions/redo.txt
    Registered: Thu Nov 21 06:21:56 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Thu Nov 21 05:01:24 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Thu Nov 21 05:20:12 UTC 2024
    - 573 bytes
    - Viewed (0)
  7. getpeername.txt

    =over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...
    perldoc.perl.org/functions/getpeername.txt
    Registered: Thu Nov 21 10:12:46 UTC 2024
    - 356 bytes
    - Viewed (0)
  8. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Thu Nov 21 05:57:59 UTC 2024
    - 199 bytes
    - Viewed (0)
  9. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Thu Nov 21 04:59:35 UTC 2024
    - 183 bytes
    - Viewed (0)
  10. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Thu Nov 21 15:37:11 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top