in reply to Re^2: Oracle report converter
in thread Oracle report converter

My guess is that that could be a pretty big job. To parse the file you probably want to look at something like Parse::RecDescent then use the output from that to dispatch a series of DB accesses using DBI to retrieve the required report data. Possibly you would then use Template::Toolkit to generate the formated report.


DWIM is Perl's answer to Gödel