- or download this
;;config
var1=foo
var2=bar
- or download this
use Config::Tiny;
my $conf = Config::Tiny->read('test.ini');
require Data::Dumper;
print Data::Dumper::Dumper($conf);
- or download this
$VAR1 = bless( {
'_' => {
...
'var2' => 'bar'
}
}, 'Config::Tiny' );