package x; use warnings; use strict; use Exporter 'import'; our @EXPORT = qw/$a_template $sc/; our $a_template = "a12 a10 a5"; our $sc = 'All'; our @ar = qw/the variables/; our %ha = (exported => ' succesfully.'); 1;