Help for this page

Select Code to Download


  1. or download this
    my $twig = XML::Twig->new(twig_handlers =>
          {MONTH => \&upd_month,
    ...
       PrettyPrint =>'indented',
       );
    $twig->parsefile(XML_FILE);
    
  2. or download this
    sub upd_month{
    my( $t, $post)= @_; 
    ...
    my( $t, $post)= @_; 
    $post->set_text("$expire{year}");
    }