I've been searching through the archives and have found a few ways to launch a default web browser pointing to a specififc URL for Win32, but does anyone have any idea how to do the same for Unix and Linux?
Win32:
use Win32::Shell;
Win32::Shell::Execute("open", "http://www.perlmonks.org", undef, undef
+, "SW_SHOWNORMAL");