> I tried the following code (cut & paste from the embperl documentation)
>
Your code is correct...
>
> I'm running Linux, Embperl 2.0b8, Perl 5.8.0 & Apache 1.3.27.
>
... but you need to upgrade to the current CVS version (which will be soon
release as 2.0b9) to get it working with Perl 5.8.0
I tried the following code (cut & paste from the embperl documentation)
[$ sub foo $]
[- $p = shift -]
Here we show the first parameter [+ $p +]
[$ endsub $]
[- foo ('value') -]
All I get in return is a server error:
Undefined subroutine &Embperl::__2::foo called
I'm running Linux, Embper