in reply to Re^2: Cannot access form values
in thread Cannot access form values
use CGI qw/:standard/;Why are you importing ':standard'? Do not mix OO and function style use of CGI.pm. You're probably using the param function, and it's already read the form data.
|
|---|