my $linkurl = "http://www.zentara.net"; my $command = "mozilla -remote \"openURL($linkurl)\""; if(fork() == 0){ exec ($command) }