package a; require Exporter; *import= \&Exporter::import; our @EXPORT_OK= qw( $x ); our $x= 'x'; 1;