Hi Monks!
I am writing a perl/tk script and I would like to have its help files (html) opened in the users browser. I thought of using my $output = `firefox myhelp.html` if the user has a different browser, try an other one e.t.c.
Is there a simpler way of doing it??
Thank you!