Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 1,332 for host:perldoc.perl.org (0.03 sec)

  1. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Thu Apr 18 02:02:37 UTC 2024
    - 1.9K 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: Thu Apr 18 03:47:50 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Thu Apr 18 01:40:29 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. 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: Thu Apr 18 05:01:24 UTC 2024
    - 831 bytes
    - Viewed (0)
  5. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Thu Apr 18 02:17:54 UTC 2024
    - 809 bytes
    - Viewed (0)
  6. 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: Thu Apr 18 03:24:40 UTC 2024
    - 698 bytes
    - Viewed (0)
  7. 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: Thu Apr 18 04:25:26 UTC 2024
    - 561 bytes
    - Viewed (0)
  8. perl5160delta - what is new for perl v5.16.0 - ...

    perl5160delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Notice Core Enhancements use VERSION __SUB__ New and Improv...
    perldoc.perl.org/perl5160delta
    Registered: Fri Apr 19 10:09:28 UTC 2024
    - 213.9K bytes
    - Viewed (0)
  9. perlre - Perl regular expressions - Perldoc Bro...

    perlre ( source , CPAN ) CONTENTS NAME DESCRIPTION The Basics Metacharacters Modifiers Overview Details on some modif...
    perldoc.perl.org/perlre
    Registered: Fri Apr 19 09:49:01 UTC 2024
    - 195.4K bytes
    - Viewed (0)
  10. perlootut - Object-Oriented Programming in Perl...

    perlootut ( source , CPAN ) CONTENTS NAME DATE DESCRIPTION OBJECT-ORIENTED FUNDAMENTALS Object Class Blessing Constru...
    perldoc.perl.org/perlootut
    Registered: Fri Apr 19 09:49:41 UTC 2024
    - 55.9K bytes
    - Viewed (0)
Back to top