Help for this page

Select Code to Download


  1. or download this
    @EXPORT = qw(%lists);
    
    # What's allowed to be exported
    @EXPORT_OK = qw(%lists);
    
  2. or download this
    @EXPORT = qw();
    
    @EXPORT_OK = qw(%lists);
    
  3. or download this
    use Test::parser qw(%lists);