@EXPORT = qw(%lists); # What's allowed to be exported @EXPORT_OK = qw(%lists); #### @EXPORT = qw(); @EXPORT_OK = qw(%lists); #### use Test::parser qw(%lists);