Help for this page
## from _read_record() in Tie::File { local $/ = $self->{recsep}; ... my $fh = $self->{fh}; print $fh $self->{recsep}; }
use Some::Module qw[ funcA ]; use Someother::Module qw[ funcb ]; ... funcA; } }