Not sure what your intent is. If you just want to open the page in IE just call IE 
with the URL.

my($program) = "C:\\Program Files\\Internet Explorer\\IExplore.exe";
my($arg1) = "http:\\\\www.msn.com";
system($program,$arg1);

Donald Stephens

-----Original Message-----
From: Adams Paul [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 10:42 AM
To: [EMAIL PROTECTED]
Subject: open web page to IEXPLORER with getprint


have been trying to open a web page into internet explorer using the 
getprint command and then openning the file for internet explorer. The 
getprint command only downloads the code to the command window. I have used the 
following code and
have used the getprint line before and after the internet explorer line ,







#!/usr/bin/perl  -w
use strict;
use LWP::Simple;


getprint('http://www.dummies.com');
system('C:\Program Files\Internet Explorer\IEXPLORE.EXE');
Any help would be appreciated
[EMAIL PROTECTED]


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


-----------
The information contained in this e-mail message, and any attachment, is confidential 
and for use solely by the intended recipient.  If you have received this message in 
error, please delete this message immediately.  Although Moody's KMV makes every 
effort to protect its computing environment from malicious code, Moody's KMV is not 
responsible for any virus or other type of suspect code that may be transferred via 
this e-mail message.


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

Reply via email to