On 21 Jun 2006 at 17:08, Beginner wrote:
> for (;<PS>;) {
> print SDTERR "PS=$_\n";
> push @arry, (split)[1];
> }
of course that should read
print STDERR "PS=$_\n";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
