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");
Comment on
Re: Call URL
In Section
Seekers of Perl Wisdom