Skip to content

Instantly share code, notes, and snippets.

@natefanaro
Created May 23, 2012 20:50
Show Gist options
  • Save natefanaro/2777715 to your computer and use it in GitHub Desktop.
Save natefanaro/2777715 to your computer and use it in GitHub Desktop.
Build perl module and run without install
perl Makefile.PL > /dev/null \
&& make > /dev/null \
&& perl -I blib/lib script.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment