Re: reading from STDIN on startup

2004-08-26 Thread Chris Ochs
> > I'm also confused about the documentation for PerlRequire. It say's that > > files loaded via PerlRequire are compiled only once, but my startup.pl file > > is definitly being compiled twice. > > My impression is that it's just broken, since I recall seeing the same > behavior. This has come

Re: reading from STDIN on startup

2004-08-26 Thread Perrin Harkins
On Thu, 2004-08-26 at 16:28, Chris Ochs wrote: > I'm also confused about the documentation for PerlRequire. It say's that > files loaded via PerlRequire are compiled only once, but my startup.pl file > is definitly being compiled twice. My impression is that it's just broken, since I recall seein

Re: reading from STDIN on startup

2004-08-26 Thread Chris Ochs
ng? Chris - Original Message - From: "Chris Ochs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 12:57 PM Subject: reading from STDIN on startup > > this is apache 1.3.29/mod_perl 1.28 > > I use connect_on_init for database co

reading from STDIN on startup

2004-08-26 Thread Chris Ochs
this is apache 1.3.29/mod_perl 1.28 I use connect_on_init for database connections, and I want to read the password from STDIN instead of putting the password into the startup.pl file. I was reading that apache initializes the modules twice when it starts up, but I'm confused by the behavior I a