This is a script I've been using. Not sure if I need all the definitions on top or not...
use strict; use LWP::Simple; use URI::URL; use CGI qw(header start_html end_html); my $address="http://www.cnn.com"; my $content = get($address); print $content; Regards, Agustin Rivera Webmaster, Pollstar.com http://www.pollstar.com ----- Original Message ----- From: "Juan Manuel Espinoza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 9:19 AM Subject: Opening a URL > Hi! > > How can i open a URL in PERL? > > open URL?? > > shnnk. > Over > > _________________________________________________________________ > Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]