hello all,
I am looking to read mysql database and then convert the recoreds int xml format.
I can read mysql easily, so right now i am testing flat file "tab delimated file" to import the data into xml format. I am using XML::Simple;
here is my code.
my $fi = "file.txt";
my $xml = XMLout($fi);
there is no error or result. can someone help me please.
thanks,
I am looking to read mysql database and then convert the recoreds int xml format.
I can read mysql easily, so right now i am testing flat file "tab delimated file" to import the data into xml format. I am using XML::Simple;
here is my code.
my $fi = "file.txt";
my $xml = XMLout($fi);
there is no error or result. can someone help me please.
thanks,