Time pass to be honest,may work as a reference later,I am not sure.
Wednesday, November 23, 2022
Downloading and storing the source code of a web page in a file using lwp and perl
use strict; use warnings; use LWP::Simple; sub main{ print "Downloading ... \n"; #print get("http://www.google.com/"); getstore("http://www.google.com","./source.code.html");
No comments:
Post a Comment