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


in reply to Call URL

use the 'system' or 'exec' function in perl to launch internet explorer...
The following syntax should work: system("iexplore $url");