Help for this page

Select Code to Download


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