use Win32; #For correct perl programming and to avoid warnings in programs use strict; use warnings; ##Variable declaration my $link="http://www.perlmonks.com"; my $ie="\"c:/Program Files/Internet Explorer/iexplore.exe\""; ##Command to launch desired website through Internet explorer system("$ie $link");