sub NI_Click { my $pid = fork(); if ($pid == 0) { `"C:\\PATH\\IEXPLORE.EXE" http://ourserver`; # please ignore the hardcoded path exit(); } }