On 15 Okt., 12:50, [EMAIL PROTECTED] (Matthew Whipple) wrote:

> > I've seen a programm written in Java that, on demand, opens
> > an url in a firefox window, or, if that already exists, opens the
> > url in a new tab.

> See the "new-tab" command line option [of firefox]

Great!
system("firefox -new-tab", $url) should solve the problem.
No API programming needed.

Thanks
Felix


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to