in reply to Re^3: Building SQL Query on the fly
in thread Building SQL Query on the fly
I am confused on how to make the column names the element tags, and the returned values in the hash ($row), into XML tags. I will continue to read about the XML::Simple, but all pointers are extremely appreciated.while (my $row = $sth->fetchrow_hashref ){ <<<<SOME KIND OF XML::SIMPLE PUSH HERE???>>>>> }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Building SQL Query on the fly
by graff (Chancellor) on Oct 08, 2007 at 05:35 UTC | |
by hallikpapa (Scribe) on Oct 08, 2007 at 06:28 UTC |