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


in reply to Re^4: Reading from an ActiveX Object
in thread Reading from an ActiveX Object

This has not a lot to do with ActiveX itself.

It's just an XMLHttpRequest which retrieves the page contained in 'url'.
The activeX is only used in MS browsers, the other (imho normal browsers) will be using:
req = new XMLHttpRequest();

So... Find out what 'url' contains and use LWP::Simple or whatever to fetch the page...

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;