http://www.perlmonks.org?node_id=558664


in reply to Form Action

you're not dealing with $action variable in the right way ... plus i think you might not need it

if you want to to preform what comes inside "createreply.cgi" file you should change this line

$action = "createreply.cgi";

into this require "createreply.cgi";

HTH