With extremely limited www experience in Perl under my belt I was wondering if there is an efficient way to fill free-text entry fields on HTML pages with a perl script and subsequently perform an action such as a form submit.
I appreciate your help in this matter!
Thanks and regards -
Pat
Update:
Not sure if it is me but there seem to be problems with WWW::Mechanize -> find_all_inputs() and some other methods.
Can anybody please advise based on my code snippet in response to ikegami?
Thanks!