athanasia has asked for the wisdom of the Perl Monks concerning the following question:
It works fine and quite fast actually. However, I haven't figured out a way to get the error code when things do not work as expected (e.g. when user does not have Internet connectivity).use Win32::FileOp qw(ShellExecute); ShellExecute("http://www.perlmonks.org");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get error code using ShellExecute to open browser
by BrowserUk (Patriarch) on Nov 10, 2008 at 12:19 UTC | |
by athanasia (Pilgrim) on Nov 10, 2008 at 12:46 UTC | |
|
Re: Get error code using ShellExecute to open browser
by Jenda (Abbot) on Nov 10, 2008 at 18:23 UTC |