Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Getting a value from a PHP script

by kabel (Chaplain)
on Sep 18, 2002 at 05:55 UTC ( [id://198746]=note: print w/replies, xml ) Need Help??


in reply to Getting a value from a PHP script

you could for example open a new process with the popen call:
$fp = popen ("perl -w really-dont-know-if-this-works.pl", "w");
there are at least two possibilities to pass a value to that new process: via STDIN or via command line (then a system () call would suffice).

note that this "solutions" are NOT beautiful, in fact i suggest to forget them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 02:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found