Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to extract a form data in cgi perl

by Anonymous Monk
on May 03, 2012 at 03:53 UTC ( [id://968620]=note: print w/replies, xml ) Need Help??


in reply to How to extract a form data in cgi perl

status is not showing anything

That is because you're making stuff up :)

As CGI (and Ovids CGI Course ) documents, no CGI functions print stuff, they just return values, you have to print stuff yourself

$ perl -MCGI -le " CGI->html(q/hello/) " $ perl -MCGI -le " print CGI->html(q/hello/) " <html>hello</html>

Log In?
Username:
Password:

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

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

    No recent polls found