Hi,

I came across this construct
foreach $i ( @{$y} ) {
  #do something
}

Is @ referring to some default array that doesn't need to be declared?

Also it's using the associative version of an array?
I always thought only hashes were associative.

Thanks

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


Reply via email to