Hello all,
I am trying to launch an instance if Firefox, but I do not want my Perl script to stop while Firefox is open.

I have tried:
print `firefox`;

and

print `firefox &`;

Both hang my perl script until I close firefox.

Any suggestions please?

Eric

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to