After finally getting the PHP:

ession Module installed, I tried to write a test script to see if the installation worked:
#!/usr/local/bin/perl
print "content-type: text/html\n\n";
use PHP::Session;
However this dies with the error:
Quote:
syntax error at test.pl line 3, near "use PHP:"
Execution of test.pl aborted due to compilation errors
|
Can anybody please tell me what's wrong with that small piece of code?