- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
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.txtRegistered: Sun Jan 19 18:39:33 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Sun Jan 19 16:19:46 UTC 2025 - 754 bytes - Viewed (0) -
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.txtRegistered: Sun Jan 19 16:41:03 UTC 2025 - 223 bytes - Viewed (0) -
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.txtRegistered: Sun Jan 19 20:25:37 UTC 2025 - 2.8K bytes - Viewed (0) -
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.txtRegistered: Sun Jan 19 19:07:55 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 20 00:58:31 UTC 2025 - 273 bytes - Viewed (0) -
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 178perldoc.perl.org/functions/BEGIN.txt Similar Results (4)Registered: Mon Jan 20 00:28:21 UTC 2025 - 178 bytes - Viewed (0) -
defer.txt
=over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141perldoc.perl.org/functions/defer.txtRegistered: Mon Jan 20 00:37:30 UTC 2025 - 141 bytes - Viewed (0) -
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 192perldoc.perl.org/functions/xor.txt Similar Results (12)Registered: Sun Jan 19 22:45:57 UTC 2025 - 192 bytes - Viewed (0) -
ADJUST.txt
=over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90perldoc.perl.org/functions/ADJUST.txtRegistered: Sun Jan 19 21:28:33 UTC 2025 - 90 bytes - Viewed (0)