make eof() open ARGV if it isn't open already; also fixes bug
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Dec 1999 21:11:51 +0000 (21:11 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Dec 1999 21:11:51 +0000 (21:11 +0000)
commitdb7ec62399075c965a182629c9ca8ed4044fc594
tree485f3d81bac31069fc5c30b9994e3ab83c43bad0
parentb89fed5ff1fc43a68f98ebc06fd23230eb6697a8
make eof() open ARGV if it isn't open already; also fixes bug
where eof() would operate on any last-read filehandle, not
just ARGV

p4raw-id: //depot/perl@4642
pp_sys.c