|
|
Integrating PHP with Perl - Perl
|
Views : 236
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|