Re: accessing filehandle from subroutines

2001-10-31 Thread Gerald Richter
> 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 --

accessing filehandle from subroutines

2001-10-31 Thread Michael Boudreau
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