# Magical export invocation. use Exporter; @ISA = 'Exporter'; @EXPORT_OK = qw(genHeader); #### # Body here. # Will fill in sub genHeader { my $i = shift; print "\n"; }