Helpful Information
 
 
Category: Perl Programming
Need to fetch information from another web site

Hi!

I really need to get data from another web page (that is located on another server). Is there any way to do that with Perl?

// udd

#!/usr/bin/perl

use LWP::Simple;

$data=get('http://www.blah.com');

....
do whatever you want
....

It worked! I wanna kiss your feets! http://www.devshed.com/Talk/Forums/wink.gif










privacy (GDPR)