Search code examples
javascriptperlvbscriptwww-mechanize

How to web scrape a .aspx Web page in Perl


i'm trying to create an script that automates the logging in to a website that seems to have some embedded VBscript and Javascript and I am wondering how I can create an auto-login script with WWW::Scripter. Thanks in advance for the help!


Solution

  • Use WWW::Mechanize::Firefox you'll save yourself a lot of work/problems. That said I doubt any browser but IE executes client side VBS.