in reply to
Passing php variables to a perl script
The regular IPC mechanism is
@ARGV
, STDIN/STDOUT, so whatever "php session variables" and "perl script" means, you might use @ARGV/STDIN/STDOUT to transmit one to the other
Comment on
Re: Passing php variables to a perl script
In Section
Seekers of Perl Wisdom