in reply to Attempt to free unreferenced scalar.

If you put the line:

use CGI::Carp;

in your script, then at least your error messages will have line numbers so you'll know where to look for the problem.

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

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re: Re: Attempt to free unreferenced scalar.
by ropey (Hermit) on Dec 20, 2001 at 15:35 UTC
    Thanks for your quick response Dave, I am currently going through all the scripts generally cleaning up and adding CGI::Carp, I will try this out and hopefully that will show me the light !!
      Dave, I took your advice and added CGI::Carp to all the scripts and modules, however it still doesn't indicate where the error is occuring. I'm not sure if its a Apache thing as when I stop and start APache (no scripts called yet) several occurences of Attempt to free unreferenced scalar appear.