http://www.perlmonks.org?node_id=289989


in reply to Re: Re: system() or exec() in CGI scripts
in thread system() or exec() in CGI scripts

It is probably not in your path. Try (assuming a default installation location):

system('C:\Program Files\Internet Explorer\IEXPLORE.EXE');

See Abigail-II's response above if you want your script to exit straight after IE is launched.
--
bm