littleman - 7:33 am on Dec 12, 2000 (gmt 0) >......Or >you can spider it and get the source. use LWP::Simple; $_ = get("http://www.yahoo.com"); open OUT, ">save.txt"; print OUT $_; close OUT;
>......Or >you can spider it and get the source. use LWP::Simple; $_ = get("http://www.yahoo.com"); open OUT, ">save.txt"; print OUT $_; close OUT;
>you can spider it and get the source.
use LWP::Simple; $_ = get("http://www.yahoo.com"); open OUT, ">save.txt"; print OUT $_; close OUT;