Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3411 - 3420 of 6,339 for content_length:[0 TO 9999] (0.13 sec)

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

    =head1 NAME perl587delta - what is new for perl v5.8.7 =head1 DESCRIPTION This document describes differences between the 5.8.6 release and the 5.8.7 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl587delta.txt
    Registered: Sat Nov 08 10:33:24 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  7. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Sat Nov 08 15:18:24 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  8. perl5142delta.txt

    =encoding utf8 =head1 NAME perl5142delta - what is new for perl v5.14.2 =head1 DESCRIPTION This document describes differences between the 5.14.1 release and the 5.14.2 release. If you are upgradin...
    perldoc.perl.org/perl5142delta.txt
    Registered: Sat Nov 08 15:56:48 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  9. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Thu Nov 06 05:51:35 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. 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: Thu Nov 06 05:42:58 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top