Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Fri Nov 07 12:32:33 UTC 2025
    - 174 bytes
    - Viewed (0)
  10. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Fri Nov 07 19:14:27 UTC 2025
    - 152 bytes
    - Viewed (0)
Back to top