Help for this page
return <$self->handler>;
sub readLine { my $self = shift; my $fh= $self->handler; return <$fh>; }