http://qs321.pair.com?node_id=293160

waiterm has asked for the wisdom of the Perl Monks concerning the following question:

I'm using a simple get($src) command to retrieve html source from the web, but what do I do if Javascript is used to create the HTML source?? It doesn't appear to be picked up when I use the get command. For example http://www.helpfulholidays.com/availability_fullpage.asp?pref=T421&year=2003. You'll notice get($src) doesn't retrieve the table in the middle of the page, which is the section I need to parse. How do I go about retrieving this section so that I can make use of it? I'm using Active Perl 5.8.0 at the moment.