in reply to Load URL in Web Browser Using Perl Script
Two words: Problem Definition!
What platform? WinBloze? Linux? Solaris? MacOS?
The solution to what you are trying to do depends on where you are trying to do it.
On Unix/Linux I would do something like:
. . . previous code (lots of handwaving) . . . # $netscape contains the full path to the # netscrape browser # # $url contains the URL I want opened. system(sprintf("%s %s",$netscape,$url)); . . . .
Peter @ Berghold . Net
Sieze the cow! Bite the day!
Test the code? We don't need to test no stinkin' code! All code posted here is as is where is unless otherwise stated.
Brewer of Belgian style Ales
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Load URL in Web Browser Using Perl Script
by Anonymous Monk on Jul 31, 2003 at 16:27 UTC | |
by blue_cowdawg (Monsignor) on Jul 31, 2003 at 17:35 UTC | |
by Anonymous Monk on Jul 31, 2003 at 19:16 UTC | |
by blue_cowdawg (Monsignor) on Jul 31, 2003 at 19:28 UTC | |
by Anonymous Monk on Aug 02, 2003 at 06:33 UTC |