Something from [EMAIL PROTECTED] about the relative frequency made me wonder:
What's the "order of evaluation" or "nestedness" for separate streams
in a for loop?
That is, can I meaningfully say:
for my $i; $j -> 0 .. @array.length - 1; $i + 1 .. @array.length
{
..
}
And get the equivalent of two nested loops?
=Austin
__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
