Help for this page
$var1 = "x"; $var2 = "y";
use Exporter; my @ISA = ('Exporter'); our @EXPORT = ('$var'); require( './conf');