in reply to Re: multi-platform browser launch?
in thread multi-platform browser launch?

hi i also have same kind of problem... is there a way by which i can open a web page in default web browser of the system on which the script is being executed irrespective of platform??? i tried the win 32 code as given above #!/usr/bin/perl use Win32::Shell; Win32::Shell::Execute("open", "http://www.google.com", undef, undef +, "SW_SHOWNORMAL"); but i got the following error ... Cant locate win32/shell.pm in @INC(@INC contains:C:/perl/lib C:/perl/site/lib) at script.pl line 3. pls help!!!

Replies are listed 'Best First'.
Re: multi-platform browser launch?
by Marza (Vicar) on Apr 26, 2006 at 06:35 UTC

    Code tags would be nice.

    Are you sure on that module? I can't find it on active state or cpan.