- or download this
perl ./download.pl --url 'http://www.gocomics.com/9chickweedlane/2019/
+04/17' --tags div --tags class="comic container js-comic-"
- or download this
@results = $tree->look_down( _tag => "div", "class" => qr(comic co
+ntainer js-comic-) ); # HARDCODED, should by dynamic
- or download this
# PROCESSING THE TAG LIST....
...
}
@results = $tree->look_down( _tag => $first_tag, "$words[0]" => qr("$w
+ords[1]") );
- or download this
### MAIN PROGRAM
...
$dlobj->download();
}
- or download this
### DOWNLOAD OBJECT CLASS
#!/usr/bin/perl -w
...
}
}
}