in reply to #!/usr/bin/perl

add this to the beginning of your script also:
use CGI::Carp 'fatalsToBrowser';

That might help a bit :)

cLive ;-)