in reply to Re^2: Attribute values are not passed into the variable using perl cgi?
in thread Attribute values are not passed into the variable using perl cgi?
Add this line to top of your script and then fix the errrors
use CGI::Carp 'fatalsToBrowser';
|
|---|