> 
> I'm trying to set up an INPUT_FUNC, but I can't work out 
> where to put my configinput subroutine. My first thought was 
> the startup.pl file, but it gives the error that it can't 
> find the HTML::Embperl::configinput.al file in @INC. So I put 
> the subrouting in configinput.al which I moved to the right 
> directory, and now it just hangs. 

Xxx.al is only for autoloading, that's not the place to put any code by your
self. (see Perl's autosplit feature).


You should give the full package name in your config e.g.

SetEnv EMBPERL_INPUT_FUNC main::configinput

If you function is defined in a different package then main::, then you have
to specify the correct package name

Gerald




---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to