in reply to
Re: Is this code correct
in thread
Is this code correct
The OP actually typed $_[1] and PM interpolated that into $_
1
, so that's no problem. Looping over an undefined array, on the other hand... Perhaps it's a global...
Comment on
Re^2: Is this code correct
In Section
Seekers of Perl Wisdom