Integrating PHP with Perl

by kalai 2010-01-28 15:47:21

PHP::Include - Include PHP files in Perl

PHP::Include builds on the shoulders of Filter::Simple and Parse::RecDescent to provide a Perl utility for
including very simple PHP Files from a Perl program.

When working with Perl and PHP it is often convenient to be able to share configuration
data between programs written in both languages.


use PHP::Include;
include_php_vars( 'file.php' );

Tagged in:

1010
like
0
dislike
0
mail
flag

You must LOGIN to add comments