perl - Use of uninitialized value in string -
use of uninitialized value in string mistake?
else{ print $q->param('test_name'); $age = $q->param('age'); print "Возраст: $age"; }
this error (based on code posted) indicate there no parameter being sent script named either of test_name or age.
Comments
Post a Comment