in reply to Re: Using Perl Code from PHP
in thread Using Perl Code from PHP

$perl = new Perl();
That works nicely. Thank you moritz.
And for me this looks much like a PHP question, not a perl one.
Well, I agree that it's a PHP question. Meanwhile, I think creating interfaces to perl from other languages is a discussion worth taking here.
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]

Replies are listed 'Best First'.
Re^3: Using Perl Code from PHP
by Akaber (Initiate) on Jun 09, 2008 at 12:19 UTC
    hi andreas i have the same proplem with "I also tried PHP::Interpreter without success. make test reports PHP/Interpreter/Interpreter.so: undefined symbol: _zval_ptr_dtor" So , did you found a solution for this proplem ?