Integrating PHP with Perl - Perl Views : 249
Tagged in : Perl
0 0
Send mail
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' );
By kalai, On - 2010-01-28



    Login to add Comments .