Dunno... does this count?
my ($from, $to) = (1, 3); my $x; $x = sub { my $i = shift; print "Inside recursive sub!\n"; $x->(++$i) if $i < $to; } and $x->($from);
TIMT7WTDI
In reply to Re: How many loops are there in Perl?
by tobyink
in thread How many loops are there in Perl?
by shajiindia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |