> Is the special Embperl filehandle "LOG" accessible to external subroutines
> called in embperl pages? (I hope this isn't too elementary a question.)
>
Yes, but you have to give the full package name, because your module runs in
another namespace:
print HTML::Embperl::LOG
Gerald
--
Is the special Embperl filehandle "LOG" accessible to external subroutines
called in embperl pages? (I hope this isn't too elementary a question.)
I have an embperl page that contains code like this:
[- use MyModule.pm; -]
[- MyModule::my_subroutine("argument"); -]
MyModule.pm is a fil