SPUG: I can't get any content

Luis Medrano lmzaldivar at mac.com
Wed Oct 6 18:16:52 CDT 2004


List,
I have this script:

#!/usr/bin/perl
use LWP::Simple;
@content=split /\n/,get("http://www.google.com/search?hl=en&q=perl");
print "@content \n"

But I can not received any content from this url. any idea?

Thanks,
Luis



More information about the spug-list mailing list