- or download this
$CONFIG = {
my_github => {
- or download this
our %config = (
my_sftp => {
- or download this
$ cat config3.tmpl
package config3;
...
1;
- or download this
All tests successful.
Files=5, Tests=49, 3 wallclock secs ( 0.06 usr 0.01 sys + 0.45 cusr
+ 0.10 csys = 0.62 CPU)
...
Compilation failed in require at ./1.redact.pl line 6.
BEGIN failed--compilation aborted at ./1.redact.pl line 6.
- or download this
$ cat config2.pm
package config2;
use Exporter qw(import);
...
);
1;
$