Help for this page

Select Code to Download


  1. or download this
    system('/usr/bin/perl /home/SQLtoXML.pl $source_id $OutputXMLDir');
    
  2. or download this
     my $PassedSource = $ARGV[0];
     my $FinalDir = $ARGV[1];