- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
ADJUST.txt
=over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90perldoc.perl.org/functions/ADJUST.txtRegistered: Sat Apr 19 08:39:58 UTC 2025 - 90 bytes - Viewed (0) -
defined.txt
=over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...perldoc.perl.org/functions/defined.txtRegistered: Sat Apr 19 12:50:48 UTC 2025 - 2.8K bytes - Viewed (0) -
my.txt
=over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...perldoc.perl.org/functions/my.txtRegistered: Sat Apr 19 12:58:11 UTC 2025 - 1.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: Sat Apr 19 12:43:11 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: Sat Apr 19 14:22:58 UTC 2025 - 754 bytes - Viewed (0) -
shmget.txt
=over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...perldoc.perl.org/functions/shmget.txtRegistered: Sat Apr 19 11:26:46 UTC 2025 - 293 bytes - Viewed (0) -
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 194perldoc.perl.org/functions/if.txt Similar Results (7)Registered: Sat Apr 19 14:40:14 UTC 2025 - 194 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: Sat Apr 19 12:23:49 UTC 2025 - 141 bytes - Viewed (0) -
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 192perldoc.perl.org/functions/not.txt Similar Results (12)Registered: Sat Apr 19 15:22:01 UTC 2025 - 192 bytes - Viewed (0) -
m.txt
=over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90perldoc.perl.org/functions/m.txtRegistered: Sat Apr 19 16:35:02 UTC 2025 - 90 bytes - Viewed (0)