in reply to GD module stops working
As Jouke says, it's hard to diagnose a problem with code we can't see, but you might try adding use CGI::Carp 'fatalsToBrowser'; to the beginning of your program, to see if the script is dying with an error message you can't see.
If that doesn't tell you the answer, then you should indeed try posting the offending code, so we can try to help you debug it.
|
|---|