- or download this
use Exporter;
...
1;
- or download this
use consts;
...
}
1;
- or download this
use consts;
...
use logging;
logging_func();
- or download this
Import...
VAR1 : [var1]
...
Running function...
VAR1 : [override1]
VAR2 : [override2]
- or download this
our $VAR1="var1";
our $VAR2="var2";
1;
- or download this
use consts;
our ($VAR1, $VAR2);
...
}
1;
- or download this
use consts;
...
use logging;
logging_func();
- or download this
Import...
VAR1 : [var1]
...
Running function...
VAR1 : [override1]
VAR2 : [override2]
- or download this
use Exporter;
...
1;
- or download this
use consts;
...
}
1;
- or download this
use consts;
...
use logging;
logging_func();
- or download this
Import...
VAR1 : [var1]
...
Running function...
VAR1 : [override1]
VAR2 : [override2]