use Win32::OLE; my $IEbrowser = Win32::OLE->new('InternetExplorer.Application'); $IEbrowser->{visible} = 1; print "$IEDocument";