in reply to using WWW::Mechanize and receiving Unauthorized at line $mech->get($url);

This means that the page you tried to request returned the HTTP status code 401, "Unauthorized". So you're not allowed to access that resource, whatever it is.

  • Comment on Re: using WWW::Mechanize and receiving Unauthorized at line $mech->get($url);

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.