Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,657 for host:perldoc.perl.org (0.02 sec)

  1. 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: Sun Jan 18 05:50:11 UTC 2026
    - 273 bytes
    - Viewed (0)
  2. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (7)
    Registered: Sun Jan 18 06:21:03 UTC 2026
    - 194 bytes
    - Viewed (0)
  3. BEGIN.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/BEGIN.txt Similar Results (4)
    Registered: Sun Jan 18 05:40:47 UTC 2026
    - 178 bytes
    - Viewed (0)
  4. not.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/not.txt Similar Results (12)
    Registered: Sun Jan 18 04:01:15 UTC 2026
    - 192 bytes
    - Viewed (0)
  5. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Sun Jan 18 03:37:13 UTC 2026
    - 90 bytes
    - Viewed (0)
  6. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Sat Jan 17 22:13:47 UTC 2026
    - 90 bytes
    - Viewed (0)
  7. 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: Sun Jan 18 08:10:36 UTC 2026
    - 809 bytes
    - Viewed (0)
  8. 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: Sun Jan 18 09:30:15 UTC 2026
    - 815 bytes
    - Viewed (0)
  9. ${^CHILD_ERROR_NATIVE}.txt

    =over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...
    perldoc.perl.org/variables/${^CHILD_ERROR_NATIVE}.txt
    Registered: Mon Jan 19 00:54:45 UTC 2026
    - 574 bytes
    - Viewed (0)
  10. $^T.txt

    =over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...
    perldoc.perl.org/variables/$^T.txt
    Registered: Mon Jan 19 00:23:11 UTC 2026
    - 241 bytes
    - Viewed (0)
Back to top