in reply to Trouble with Perl CGI script

It seems that your script can't find GD module.
Is it installed?
Is it in @INC path?
And why are you use'ing CGI if you actually doesn't use it?

Replies are listed 'Best First'.
Re^2: Trouble with Perl CGI script
by chakkaln (Sexton) on Jul 28, 2005 at 14:45 UTC
    Hi Iron, Perl GD is definetely installed as when I run the script from the command line, it give me the output I want and does not give the error which I get when I run it from the browser. Any why I am using CGI, this is just a testing script for me to get familar with. I have a bigger plan for its use but wanted to get started with some thing simple. Thanks Nagesh