Help for this page
<html> <head> ... </table> </body> </html>
my $content = get($funky); ... my $ie = Win32::IEAutomation->new( visible => 0, maximize => 0); $ie->gotoURL($funky); $ie->getButton('id:', $atag )->Click();