in reply to Re: Auto login using mechanize module in perl ?
in thread Auto login using mechanize module in perl ?

Yes i got your point, that token also part of the form. I removed that fetching condition, i added few things ,now working
$mech->cookie_jar(HTTP::Cookies->new());
Now logged in properly .. Thank you