Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3401 - 3410 of 6,339 for content_length:[0 TO 9999] (0.07 sec)

  1. 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 06 17:14:36 UTC 2025
    - 398 bytes
    - Viewed (0)
  2. 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 06 18:51:17 UTC 2025
    - 183 bytes
    - Viewed (0)
  3. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> C<die> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> and the L<C<e...
    perldoc.perl.org/functions/die.txt
    Registered: Thu Nov 06 13:14:56 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  4. 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: Thu Nov 06 14:50:30 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. 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: Thu Nov 06 15:15:29 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  6. 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 06 12:50:00 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. 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: Thu Nov 06 15:39:36 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. unshift.txt

    =over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...
    perldoc.perl.org/functions/unshift.txt
    Registered: Thu Nov 06 15:58:51 UTC 2025
    - 922 bytes
    - Viewed (0)
  9. 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 06 12:32:12 UTC 2025
    - 573 bytes
    - Viewed (0)
  10. 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: Thu Nov 06 12:20:46 UTC 2025
    - 476 bytes
    - Viewed (0)
Back to top