Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Can I call a CGI from another CGI?

by eserte (Deacon)
on Dec 27, 2007 at 23:54 UTC ( [id://659274]=note: print w/replies, xml ) Need Help??


in reply to Can I call a CGI from another CGI?

You have some options. If the CGI script lives on the same machine, then you can call it directly using system() or `...`. It would be even nicer if the script could be refactored into a module/script combo, then you can "use" it and just call functions or methods. If the CGI is on another host or must be called via HTTP, then you can use LWP::UserAgent.

Log In?
Username:
Password:

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

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

    No recent polls found