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

sanPerl has asked for the wisdom of the Perl Monks concerning the following question:

Dear All,
I have a typical problem here. The problem is as follows.
1) I would like to use IE/Mozilla to log into a site.
2) Then I want to click several links and submit several forms.
3) Log out.

Since Mechanize module uses Perl’s browser and I want to log through IE/Mozilla only (For some reasons) I cannot use Mechanize module. I am Not comfortable with complete automation of website browsing. Can you suggest me any method where I can do the #1 & #3 manually but automate #2?

Regards,
SanPerl