Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Yet another "why CGI-Application" question

by Zed_Lopez (Chaplain)
on Nov 29, 2004 at 18:53 UTC ( [id://411004]=note: print w/replies, xml ) Need Help??


in reply to Yet another "why CGI-Application" question

You don't really need to understand OOP to use CGI::App. You just need the basics of how to call methods on an object. That much is easy to pick up from CGI::App examples. (Of course, understanding OOP would only help, and would become essential if you wanted to extend CGI::App.)

What weierophinney said: use CGI::Simple instead of CGI for all of the parameter processing goodness without the bulk of the HTML creation code. Note that CGI::Session doesn't subclass CGI, but it does do an if isa CGI test, so it would need tweaking to use it with CGI::Simple. But if you're trying to avoid external modules, realize that CGI::Session uses a bunch of 'em.

  • Comment on Re: Yet another "why CGI-Application" question

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://411004]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found