What is a portable (i.e. working on Win9x and WinNT/2k/xp/2k3) way for a perl script to open browser window for Win32?
The script is for console and mostly unix-oriented, but I won't mind to insert Win32-specific block..
Preferably it shouldn't open specified URL in the current browser window if it's opened (in order not to clobber user's history).
I've tried just using
but it brings console window for a second on Win9x (that's what I NEED to avoid too) and replaces current browser window..