Dears,
I put my global varialbes in another file,
It looks like:
<?
$A=\"aaa\";
$B=\"bbb\";
?>
I have a Perl program want to access this file, but Perl don\'t understand <? ?> so I
got error when ran my program.
How do I share my PHP variables with Perl?
Thanks for your help!
Bage