On Thu, 19 Aug 2004 [EMAIL PROTECTED] wrote:

I want to use a web interface for certain functions such as displaying
process results and data from programs.  What module should I use?  I
noticed CGI::Safe, CGI::Base,  and CGI that stood out to me???

CGI.pm is the canonical one to use -- not counting mod_perl -- but the decision to use or not use another one can depend on what exactly you're trying to do.


What are these external programs you want to talk to? Do they have an API &/or some kind useful way to access their data (e.g. read files, make SQL queries, etc)?

At this point, you've basically stated that you want to take a road trip and haven't yet decided between the station wagon and the SUV. Without knowing where you're going, to beat the metaphor, we can't help you.

So -- where are you going? :-)



--
Chris Devers      [EMAIL PROTECTED]
http://devers.homeip.net:8080/blog/

np: 'Village Blues'
     by John Coltrane
     from 'Coltrane Jazz'

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to