Michael Holzt schrieb:
This just makes the error message go away.
Better than flooding the log.
In my opinion one should never attempt to use a variable which might be unitialized.
This script is my first CGI-Script. I use now
#!/usr/bin/perl -wT use strict; use CGI; use CGI::Carp qw(fatalsToBrowser);
so that I see all my errors.
I was so happy that my first CGI-Script run and I don´t see the errors.
Thanks for all help
Stefan (sk)