Open a Webpage and automatically fill entries

Hi All,

Is it possible that Perl script open a webpage and when that webpage opens there is some text box in which data needs to be filled.The Perl script read the data from file and fill in that webpage. And after that click the submit button.

WWW::Mechanize - search.cpan.org

Hi
Can you please give an example That opens a Google page pick up the data from a file and enter in search page. And after that it search the given content. It will help me a lot

Check the examples supplied with WWW::Mechanize, and ask specific questions. We're not here to do your work.

Thanks pludi. It really help me a lot