Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. 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: Sun Jan 19 18:39:33 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. 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: Sun Jan 19 16:19:46 UTC 2025
    - 754 bytes
    - Viewed (0)
  3. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Sun Jan 19 16:41:03 UTC 2025
    - 223 bytes
    - Viewed (0)
  4. 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. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Sun Jan 19 20:25:37 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Sun Jan 19 19:07:55 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. 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 Jan 20 00:58:31 UTC 2025
    - 273 bytes
    - Viewed (0)
  7. 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: Mon Jan 20 00:28:21 UTC 2025
    - 178 bytes
    - Viewed (0)
  8. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Mon Jan 20 00:37:30 UTC 2025
    - 141 bytes
    - Viewed (0)
  9. xor.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/xor.txt Similar Results (12)
    Registered: Sun Jan 19 22:45:57 UTC 2025
    - 192 bytes
    - Viewed (0)
  10. 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 19 21:28:33 UTC 2025
    - 90 bytes
    - Viewed (0)
Back to top