Greetings to the folks here. I've been digging today to try and debug a project I've been given to work on. It involves a perl script parsing some text and then passing the results to PHP to do some db-based generation for a portion of a website. The line from the perl script looks like this:
Module:😛ROGS/wrapper.sh Module:😛ROGS/script.php 'port=$_[0]'
When the $port variable is referenced in the PHP script, I recieve a PHP Notice: Undefined Variable and the process fails at this point.
Also, register_globals is set to on in php.ini (Linux).
Are there any suggestions as to what to do? Given the 'bridge' problem here between the two languages, I'm not sure where to start.
Thanks,
monger