AnnoCPAN - PHP The module makes it possible to execute PHP code, call PHP functions and methods, manipulate PHP arrays, and create PHP objects. Perl内にPHPを埋め込むモジュールを発見。 次のコードでperl内でphpが動く。 # evaluate arbitrary PHP code; exception is thrown # and can be caught via standard eval{}/$@ block PHP::eval(<<EVAL); function print_val($arr,$val) { echo $arr[$val]; } class TestClass { function TestClass ( $pa