- or download this
#!/usr/bin/perl -w
use Config::Simple;
...
exit;
D:\PerlProjects\tests>c.pl
- or download this
'ini' syntax
$VAR1 = {
'default.NET' => 'X'
};
- or download this
[block1]
key=value
- or download this
[info]
NET=X
- or download this
D:\PerlProjects\tests>c.pl
...
$VAR1 = {
'info.NET' => 'X'
};