Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 1,316 for label:perl (1.09 sec)

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

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Mon Sep 01 09:44:43 UTC 2025
    - 90 bytes
    - Viewed (0)
  9. perlxstut.txt

    =head1 NAME perlxstut - Tutorial for writing XSUBs =head1 DESCRIPTION This tutorial will educate the reader on the steps involved in creating a Perl extension. The reader is assumed to have access ...
    perldoc.perl.org/perlxstut.txt
    Registered: Sat Aug 30 11:14:33 UTC 2025
    - 49.3K bytes
    - Viewed (0)
  10. perlinterp.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlinterp.pod =head1 NAME perlinterp - An overview of the Perl interpreter =head1 DESCRI...
    perldoc.perl.org/perlinterp.txt
    Registered: Sat Aug 30 10:51:15 UTC 2025
    - 36.5K bytes
    - Viewed (0)
Back to top