496: sub init { ... 516: for my $fh (grep {defined(fileno($_))} @$val) { 517: seek($fh,0,0); # reset the filehandle. 518: }