Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2101 - 2110 of 3,449 for filetype:txt (0.34 sec)

  1. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Sun Aug 31 08:24:46 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  2. goto.txt

    =over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME C<goto> transfers execution to a specified point in the program. Unlike a function call, execution does not return to ...
    perldoc.perl.org/functions/goto.txt
    Registered: Sun Aug 31 08:47:59 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. values.txt

    =over =item values HASH X<values> =item values ARRAY Called in list context, returns a list consisting of all the value of the named hash, or in Perl 5.12 or later, the values of an array. Perl rel...
    perldoc.perl.org/functions/values.txt
    Registered: Sun Aug 31 06:22:59 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  4. 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: Sun Aug 31 08:32:15 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  5. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Sun Aug 31 08:40:34 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Sun Aug 31 07:23:31 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Sun Aug 31 03:42:25 UTC 2025
    - 476 bytes
    - Viewed (0)
  8. 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: Sun Aug 31 09:23:53 UTC 2025
    - 398 bytes
    - Viewed (0)
  9. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Sun Aug 31 09:08:35 UTC 2025
    - 163 bytes
    - Viewed (0)
  10. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Sun Aug 31 12:20:54 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top