If a form uses either GET and POST is it possible to pass the data via the URL? Or better put, regardless of the method the form uses can the data be passed as a url for processing (such as http://www.test.com/cgi-bin/form.cgi?name=sdfsfsf&email=asdasda@adsada.com). Or can you do that for only one of GET or POST?
If you can't do it when the form method is POST, can WWW::Mechanize still push data to the form so long as all the required fields from the form processor are included?