For testing Perl in php I run this script:
PHP Code:
<?php
print "Hello from PHP! ";
$perl = new Perl();
$perl->eval('print "Hello from perl! "');
print "Bye! ";
?>
For this site I enabled everything:
SSI,Ruby,SuEXEC and PHP=CGI
And than I get
mod_fcgid: stderr: PHP Fatal error: Class 'Perl' not found in /var/www/clients/client0/web9/web/index.php on line 4
Could me someone give me a hint how to handle Perl with ispc3?
Thank you.