passing php variable to perl
Ok i've done lots of searching on google and i can't seem to find my answer.
i have an html/php page that submits a string and stores it into a variable array via my php script.
I want to pass this array into my perl program via @ARGV, but i can't.
Can i pass through a standard input <STDIN> in perl?
either way is fine with me.
Help please.
|