Hi all. Okay, here's the latest.
I've been screwing around with my first CGIs - pretty cool, now I see the appeal. Anyway,
I'm fairly comfortable using MySQL and generating XML output from it, and printing it
to files and stdout. Now I'd like to create the usual web interface that starts with a form
and results in a table of links from the query results. Probably multiple-page results per query.
The problem is, which way to go? There seem to be a zillion techniques, and I don't want
to go down a dead (or annoying) path. For example, should I go XML to HTML (via some
module like XML::Parser), or use CGI.pm? Should I create a layer between the query
results and the HTML generation?
I'm about to jump into CGI.pm anyway, since it seems like the logical place to start, but
any advice appreciated...
thx
Mike
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>