The problem is, that WWW:Mechanize does not execute javascript. Since the site you want to log in uses javascript for logging in, its not able to do that.
You could fix that problem by using WWW::Mechanize::Firefox, which allows you to execute javascript.