PHP values into Perl

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

Post by nincha »

is it possible to send php values to perl?
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

Well, last I checked, you could do this at a command prompt or in a browser:

program.pl?phpvar=somevalue

So, you can do it with exec, no? Worked for me.


http://www.php.net/manual/en/function.exec.php
Post Reply