Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How do post to a URL from a form and display the results in a browser?

by merlyn (Sage)
on Sep 12, 2000 at 00:43 UTC ( [id://31979]=note: print w/replies, xml ) Need Help??


in reply to How do post to a URL from a form and display the results in a browser?

If you're running this as a CGI program (as your use CGI would imply), I fail to see where you are printing the appropriate CGI header. Add
print $query->header, $query->start_html("some title");
before the rest of your program.

And get a monkname! They're free, or rather, at least half price this week! It's hard to be motivated to answer a transient. {grin}

  • Comment on Re: How do post to a URL from a form and display the results in a browser?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found