in reply to Re: Perl Mechanize
in thread Perl Mechanize

My question is if i have to work with more than one website what could be the solution actually i dont lnow how to deal with multiple websites using perl mechanize. My code above is an example of what i am doing with one of the websites. I have to the same with remaining but in single code. Hopefully nw I deleivered my problem ?

Replies are listed 'Best First'.
Re^3: Perl Mechanize
by runrig (Abbot) on Apr 25, 2013 at 19:21 UTC
    My code above is an example of what i am doing with one of the websites. I have to the same with remaining but in single code

    So change the url that you pass to the get() method? Also, do you want to use WWW::Mechanize, or Win32::IE::Mechanize, because you create an object for both, but only seem to use one?