Help for this page

Select Code to Download


  1. or download this
    my $struct = $section->simplify( forcearray => 1 );
    
  2. or download this
    sub uml_class
    {
    ...
        # $subTwig->parse( $xml ); # original code (typo)
        $subTwig->parse( $section->sprint() );
    }