Skip to content

Instantly share code, notes, and snippets.

View Sagleft's full-sized avatar

Sagleft Sagleft

View GitHub Profile
@msoap
msoap / wgethtml.pl
Last active June 9, 2020 09:46
save html page with css/js/images
#!/usr/bin/perl
#################################################
#
# load html with css/js/img and embed it
#
#################################################
use warnings;
use strict;