On Sun, 2006-23-04 at 13:23 -0700, John W. Krahn wrote:
> "array context"??  There is no "array context".

See `perldoc perlsyn` and search 'Foreach Loops'. All foreach loops
iterate over a list. So you are right, it's not "array context", it's
list context. For details, see `perldoc -q 'What is the difference
between a list and an array?'`


-- 
__END__

Just my 0.00000002 million dollars worth,
   --- Shawn

"For the things we have to learn before we can do them, we learn by doing them."
  Aristotle

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to