package test0; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( $data ); our $data = { .... }; 1;