Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. 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: Thu Apr 18 08:39:39 UTC 2024
    - 293 bytes
    - Viewed (0)
  2. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Thu Apr 18 03:38:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. 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: Thu Apr 18 00:33:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. perlpacktut - tutorial on pack and unpack - Per...

    perlpacktut ( source , CPAN ) CONTENTS NAME DESCRIPTION The Basic Principle Packing Text Packing Numbers Integers Unp...
    perldoc.perl.org/perlpacktut
    Registered: Fri Apr 19 09:48:52 UTC 2024
    - 85.7K bytes
    - Viewed (0)
Back to top