Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3491 - 3500 of 3,598 for filetype:txt (0.55 sec)

  1. 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: Fri Dec 12 20:12:11 UTC 2025
    - 163 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: Fri Dec 12 21:58:15 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Fri Dec 12 21:41:37 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  4. 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: Fri Dec 12 23:56:39 UTC 2025
    - 1.9K 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: Sat Dec 13 00:08:17 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. 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: Fri Dec 12 23:20:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Fri Dec 12 20:53:50 UTC 2025
    - 713 bytes
    - Viewed (0)
  8. 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: Sat Dec 13 00:24:41 UTC 2025
    - 573 bytes
    - Viewed (0)
  9. 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: Fri Dec 12 22:21:43 UTC 2025
    - 398 bytes
    - Viewed (0)
  10. __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: Fri Dec 12 21:50:53 UTC 2025
    - 199 bytes
    - Viewed (0)
Back to top