Embperl 1.3.4 does not appear to understand CODE refs. For example,
this code generates the error below:
[- sub fubar { return "test" } -]
[- $subref = \&funar; -]
[+ $subref->(); +]
[23204]ERR: 24: Error in Perl code: Undefined subroutine
&HTML::Embperl::DOC::_1::test called at ....
Is this expected? Is there a way to change this behavior?
Thanks,
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]