in reply to
Perl iframe problem
Get something that interprets javascript (
Mechanize Firefox
), or parse the js yourself
my( $url ) = /assign("(.+?)")/;
[download]
parsing can be problematic, so a better idea would to figure out what the js does, and re-implement that in perl.
Comment on
Re: Perl iframe problem
Download
Code
In Section
Seekers of Perl Wisdom