- or download this
package Config::File;
...
1;
- or download this
{
en => 'one',
...
ch => { 1 => 'yi',
2 => 'er'},
}
- or download this
#!/usr/bin/perl
use strict;
...
my %ch = $c->ch;
print Dumper(\$en, \@de, \%ch);
- or download this
$VAR1 = \'one';
$VAR2 = [
...
'2' => 'er'
};
(in cleanup) DESTROY not defined in Config::File=HASH(0x224f74) at
+ test.pl line 0