- or download this
#...
require "/etc/myname.cfg";
..
- or download this
# /etc/myscript.cfg
...
},
}
- or download this
package Scriptname;
require "/etc/scriptname.cfg"
- or download this
package Scriptname;
$somehash=> {
...
};
}
};
- or download this
my $sub=$somehash->{'Something'}->{'Sub'};
&$sub() if defined($sub);