use Proc::Background; my $proc1 = Proc::Background->new("explorer http://perlmonks.org"); print "continue without waiting for the process\n";