Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 21 - 30 of 189 for content_length:[0 TO 9999] (0.03 sec)

  1. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Sun May 12 03:03:34 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Sun May 12 03:51:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Sun May 12 03:58:33 UTC 2024
    - 831 bytes
    - Viewed (0)
  4. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Sun May 12 02:58:51 UTC 2024
    - 698 bytes
    - Viewed (0)
  5. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Sun May 12 02:29:20 UTC 2024
    - 561 bytes
    - Viewed (0)
  6. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sun May 12 02:43:51 UTC 2024
    - 293 bytes
    - Viewed (0)
  7. perlclib.txt

    =head1 NAME perlclib - Internal replacements for standard C library functions =head1 DESCRIPTION One thing Perl porters should note is that F<perl> doesn't tend to use that much of the C standard l...
    perldoc.perl.org/perlclib.txt
    Registered: Sun May 12 21:42:16 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Sun May 12 20:54:25 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. perl5283delta.txt

    =encoding utf8 =head1 NAME perl5283delta - what is new for perl v5.28.3 =head1 DESCRIPTION This document describes differences between the 5.28.2 release and the 5.28.3 release. If you are upgradin...
    perldoc.perl.org/perl5283delta.txt
    Registered: Sun May 12 22:10:53 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. perl5303delta.txt

    =encoding utf8 =head1 NAME perl5303delta - what is new for perl v5.30.3 =head1 DESCRIPTION This document describes differences between the 5.30.2 release and the 5.30.3 release. If you are upgradin...
    perldoc.perl.org/perl5303delta.txt
    Registered: Sun May 12 20:11:52 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top