in reply to GUI and web open at the same time
Since "perl2exe" suggests that you're on Win32, you probably want a batchfile like:#!/bin/sh mozilla -remote "openURL(http://your.url.here/, new-tab)" /path/to/guiscript
C:\Program Files\Internet Explorer\IEXPLORE http://YOUR.URL.HERE C:\Perl\Bin\Perl C:\your\gui\script
|
|---|