> 
> All, 
> 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???

Note that there is a [EMAIL PROTECTED] list as well.

CGI::Safe is really just a wrapper on CGI, so if you are using CGI::Safe
then you are using CGI. Check the docs for CGI::Safe to see if it
provides conveniences that you would like, they are pretty simple,
straightforward, and handy.

CGI::Base is intended to be fairly low-level, and you are not likely to
be using it if you are simply planning on writing some cgi scripts, note
from the docs the following:

"Note that CGI application developers will generally deal with the
CGI::Request class and not directly with the CGI::Base class."

This is partially because it does not handle query string parsing which
you will want.

I would stick with CGI.pm, and optionally CGI::Safe.

http://danconia.org

-- 
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