in reply to Weird Error

You haven't said what the error is or shown any of your code. It would be far easier to help if you could cut the problem down to its basics and post simplified code demonstrating what's going wrong.

<guess type="educated">Sounds to me like you've got problems with the difference between package and lexical variables.</guess>

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Replies are listed 'Best First'.
Re: Re: WIERD ERROR
by Anonymous Monk on Jun 06, 2001 at 22:14 UTC
    The error on debug (as stated) config.pl did not return a true value My config.pl lists all the variables used by the two or three different scripts The variables work fine when placed inside each script. I have placed this program on 6 different servers - changing the server names . It works on 5. On the 6th one, I get an error on the require of the config.pl There is no code to show .. I have never seen this error before. the variables are database locations, url names, email names etal. Definitly not a variable problem.