in reply to Browser Emulation

The easiest way to emulate Internet Explorer is to add something to the script that randomly freezes your machine, and then forces you to reboot.

Repeat as neccessary.

my $time = localtime; 1 while ($time + 30 > localtime); `shutdown -r now`;

Of course, you may not be able to do this unless you run it as root, but that should give you some idea.

cLive ;-)