in reply to Re^2: Interview Prepration
in thread Interview Prepration
That's a really thin line to walk -- thin enough that I think it's almost meaningless and definitely more confusing than useful. Is this a for loop?
foreach ( my $i = 0; $i < 10 ; $i++ ) { print "\$i is $i\n"; }
Is this a foreach loop?
for my $user (@names) { print "Found user $user\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Interview Prepration
by merlyn (Sage) on Apr 04, 2005 at 18:04 UTC | |
by demerphq (Chancellor) on Apr 05, 2005 at 17:03 UTC | |
by merlyn (Sage) on Apr 05, 2005 at 17:37 UTC | |
by Limbic~Region (Chancellor) on Apr 05, 2005 at 18:20 UTC | |
by adrianh (Chancellor) on Apr 06, 2005 at 08:52 UTC |