Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 2,642 for host:perldoc.perl.org (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: Mon Sep 01 04:03:25 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  2. 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: Mon Sep 01 02:30:37 UTC 2025
    - 1.8K 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: Mon Sep 01 04:59:51 UTC 2025
    - 831 bytes
    - Viewed (0)
  4. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Mon Sep 01 03:55:11 UTC 2025
    - 815 bytes
    - Viewed (0)
  5. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Mon Sep 01 01:44:49 UTC 2025
    - 273 bytes
    - Viewed (0)
  6. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Mon Sep 01 02:21:41 UTC 2025
    - 90 bytes
    - Viewed (0)
  7. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. If EXPR is omit...
    perldoc.perl.org/functions/localtime.txt
    Registered: Mon Sep 01 05:06:47 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. 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: Mon Sep 01 06:12:28 UTC 2025
    - 1K bytes
    - Viewed (0)
  9. shmread.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmread.txt Similar Results (1)
    Registered: Mon Sep 01 05:15:11 UTC 2025
    - 741 bytes
    - Viewed (0)
  10. 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: Mon Sep 01 07:31:50 UTC 2025
    - 745 bytes
    - Viewed (0)
Back to top