- or download this
BEGIN {
$::RD_AUTOACTION = q {
bless [@item[1..$#item]], 'Config::Yacp::Deparse::'.$item[0]
};
}
- or download this
my $tree = Config::Yapc->new('test.ini', $parser->file($text));
my $deparsed = $tree->deparse;
- or download this
$VAR1 = bless({
text => bless ([
...
], 'Config::Yapc::Deparse::file'),
name => 'text.ini'
}, 'Config::Yacp' );
- or download this
sub Config::Yacp::Deparse::file::deparse {
...
...
...
}
etc...