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

Reply via email to