I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so that I can obtain the HTML code produced from javascript with my perl application?