- or download this
#!/usr/bin/perl
use WWW::Mechanize;
...
$mech->get('https://YYYY.aspx');#going to another link on the same web
+site
my $html_string = $mech->content();
print $html_string;
- or download this
#!/usr/bin/perl
use WWW::Mechanize;
...
$mech->get('https://YYYY.aspx');#going to another link on the same web
+site
my $html_string = $mech->content();
print $html_string;