Help for this page

Select Code to Download


  1. or download this
    /home/kal/assemble.xml
    /home/tom/Venice.xml
    
  2. or download this
    use Text::CSV_XS;
    use XML::Twig;
    ...
    my @values = map { $thingy->first_child( $_ )->text }
    qw(DOCNUM MESTYP SNDPRN RCVPOR RCVPRN);
    $csv->say( *STDOUT, \@values );                                       
    +                                    }