Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3401 - 3410 of 6,339 for content_length:[0 TO 9999] (0.51 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: Thu Nov 06 14:50:30 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  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 06 12:32:12 UTC 2025
    - 573 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: Thu Nov 06 12:20:46 UTC 2025
    - 476 bytes
    - Viewed (0)
  8. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Fri Nov 07 21:44:47 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  9. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Fri Nov 07 12:49:57 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. 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: Fri Nov 07 13:38:13 UTC 2025
    - 356 bytes
    - Viewed (0)
Back to top