#!/usr/bin/perl use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new( visible => 0 ); # you wanted it not to be a visable window right?