I think you're conflating your PHP and Perl syntax. In Perl $outArray, despite its name, is not an array, but just a scalar. You assigned to elements of the @outArray array, so to access that array you need to use the proper sigil.
print @outArray;
In reply to Re: running perl script from php
by duff
in thread running perl script from php
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |