I need to write a Perl script to scrape a website. The website can only be scraped with JavaScript, and the user is on Windows.
I got some way with Win32::IE::Mech
Have a look at Win32::Watir. It's a newer module and explicitly supports IE 6, 7 and 8.