I have a perl script that use cgi module. i use
print $query->startform(action=>"http://127.0.0.1/cgi-bin/mycgi.cgi");
I want to change my action form during my script, but it is not possible becuase form construct and i can't use $query->form(action ... again , i heard we can change change form action before submit click by %FORM.
is it posible , and are there any way to sole this proble
thanks for ur help