I have written a few lines trying to get a web page to open into Internet 
Explorer browser.
when I run the program the browser opens but the web pages do not appear. 
Instead they appear
in the DOS window with the html code.Below is the code. Any help would be 
much appreciated.

#!/usr/bin/perl-w
use strict;
use LWP::Simple;
system("C:/Program Files/Internet Explorer/IEXPLORE.EXE");
getprint('http://www.google.com');
getprint('http://www.dummies.com');


please reply to [EMAIL PROTECTED]


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to