in reply to How do I launch my browser in Win32 to go to a specified URL?
It started the default browser opened to the correct URL, with no delay, and no console window.use Win32::Shell; Win32::Shell::Execute("open", "http://www.perlmonks.org", undef, undef +, "SW_SHOWNORMAL");
Do I get extra XP for answering my own question? :)
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re:
by buzzcutbuddha (Chaplain) on May 01, 2000 at 18:47 UTC | |
by Anonymous Monk on Jan 22, 2002 at 20:35 UTC |