Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created November 14, 2012 18:11
Show Gist options
  • Save creaktive/4073752 to your computer and use it in GitHub Desktop.
Save creaktive/4073752 to your computer and use it in GitHub Desktop.
useful (?) Perl oneliners
# used modules (to be piped to cpanm)
ack --perl --output '$1' -h '^use\s+([\w:]+)' ~/libwww-perl-6.04/ | sort -u
# flattern sitemap (to be piped to yada)
perl -Mojo -le 'g($ARGV[0])->dom->find("loc")->each(sub{print shift->content_xml})' http://g1.globo.com/sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment