ActiveState is a software company which develops precompiled distros of Perl, Python, and Tcl as well as an IDE.
Questions tagged [activestate]
121 questions
-1
votes
1 answer
Enter username and password before loading the URL to load the URL
I am trying to open a website using ActiveState's ActivePerl (WWW::Mechanize).
$mech -> get($url);
The above mentioned line shows an error:
Error GETing URL : Unauthorized
The URL has a form in which the credentials are to be entered and only on…