Skip to content

Instantly share code, notes, and snippets.

@cfedde
Created April 28, 2014 18:47
Show Gist options
  • Save cfedde/11380625 to your computer and use it in GitHub Desktop.
Save cfedde/11380625 to your computer and use it in GitHub Desktop.
metacpan shell function
scpan () {
u=`perl -MURI::Escape -wle 'print "http://metacpan.org/search?q=".
uri_escape(join " ", @ARGV)' $@`
/usr/bin/w3m -no-mouse -F $u
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment