Re: Porting CGI scripts help needed

2001-07-26 Thread perrin
Quoting Bryan Coon <[EMAIL PROTECTED]>: > Each cgi simply calls 'use global;' and then off we go. However, after > moving all this stuff into /perl, none of the subs in the custom .pl > files > are found, I get a complaint: > Undefined Subroutine &Apache::ROOT::compar_2ecgi::checkUser called at

RE: Porting CGI scripts help needed

2001-07-26 Thread Rob Bloodgood
> Heres what I did: > I had many scripts in one dir that shared many things; subroutines, global > variables and modules. I wanted to clean things up, so I created a module > called global.pm structured like this: > The custom stuff scripts all end in 1;, and are loaded with my custom > subrou

RE: Porting CGI scripts help needed

2001-07-26 Thread Joe Breeden
You might try adding "use lib '/path/to/global.pm';" to you startup.pl. (Without the "s of course) Good luck. --Joe Breeden -- Sent from my Outlook 2000 Wired Deskheld (www.microsoft.com) > -Original Message- > From: Bryan Coon [mailto:[EMAIL PROTECTED]] > Sent