I want to open a URL, such as http://www.example.com/, at the end of a Perl script. I don’t want to access it with WWW::Mechanize but actually show the web page to the user in a graphical web browser.
There are ways to do this in Mac (open URL) and Windows, but I want a solution that works on any operating system, not just one.
The second hit on “open url” at search.cpan brings up Browser::Open:
If your OS isn’t supported, send a patch or a bug report.