package Local; use warnings; use strict; use Exporter 'import'; our @EXPORT_OK = qw( $VAR ); our $VAR = 12; __PACKAGE__