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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -