Help for this page
my $linkurl = 'http://zentara.net'; my $command = "mozilla -remote \"openURL($linkurl)\""; if(fork() == 0){ exec ($command) }
#!/usr/bin/perl -w use strict; ... }