Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    system cat => $csv_file;
    print "*** $xml_file ***\n";
    system cat => $xml_file;
    
  2. or download this
    *** pm_11132234_input.csv ***
    Name,Example
    ...
        <value>x&amp;y</value>
      </row>
    </csv>