Perl integrating with PHP

W

wesley

Hi All, can i send variables from a php script into a perl script? If
so, how?
Thanks Wes
 
G

Gunnar Hjalmarsson

Hi All, can i send variables from a php script into a perl script?

Probably not.

But you can pass data via an HTTP GET or POST request or via a
(temporary) file.
 
X

xhoster

Hi All, can i send variables from a php script into a perl script?

Variables, probably not. Do the variables contain data? You could send
the data contained in the variables from php to Perl. In many, many ways.
command line arguments, Environment variables, sockets (assuming php
supports this), named pipes, temp files, RDMS table entries, etc.

Xho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,635
Latest member
SkyePurves

Latest Threads

Top