Help for this page

Select Code to Download


  1. or download this
    my $twig = XML::Twig->new(
        twig_handlers => {
    ...
        },
        pretty_print  => 'indented',
    );
    
  2. or download this
    my $twig = XML::Twig->new(
        twig_handlers   => {
    ...
        keep_atts_order => 1,
        pretty_print    => 'indented',
    );
    
  3. or download this
    $color->set_atts({...});
    
  4. or download this
    $color->set_atts(...);