I need to include and use these variables inside another script.$var1 = "x"; $var2 = "y";
But it didn't work.use Exporter; my @ISA = ('Exporter'); our @EXPORT = ('$var'); require( './conf');
In reply to Include external variables into script by blackpitch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |