Help for this page

Select Code to Download


  1. or download this
    my $label_y;
    my $twig  = XML::Twig->new(
    ...
      $label_y->set_att( channel => $y);
      $label_y->print;
    }