From: "Benjamin Trott" <[EMAIL PROTECTED]>

> Unless I'm missing something rather obvious--or perhaps non-obvious--you
> can't do this. If you provide multiple params to a Perl*Handler, that sets
> up a stacked handlers for that request phase; it doesn't pass parameters to
> the import method in that class.
>
> The Guide shows this syntax for setting up stacked handlers:
>
>     Perl*Handler directives (in your configuration files) can
>     define any number of subroutines. For example:
>
>         PerlTransHandler OneTrans TwoTrans RedTrans BlueTrans
>
> Which would seem to conflict rather badly w/ your desired behavior. :)
>
> As another poster mentioned, try using PerlSetVar or PerlAddVar to set
> config options.
>

Heh, sort of, but not. This handler will only be loaded once per configuration.
The types of parameters I'll pass to this handler will change
machine-by-machine. You see, I need to run this package on several different
servers, and need it to know how to configure it's self.

----
Rodney Broom




Reply via email to