In startup.pl I read a passphrase from STDIN into a global variable, but the
global is undef outside of startup.pl.  If I set the global with just a
simple assignment ($global::pass = 'pass') it works fine and is visible in
my handlers.

Is there some sort of tainting or something going on when reading from STDIN
in startup.pl?

Chris


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to