Help for this page

Select Code to Download


  1. or download this
    install: foo bar
        perl -c $^
        $(INSTALL) $^ /usr/local/bin
    
  2. or download this
    install: foo bar
        for pl in $^; do perl -c -Mstrict $$pl || exit 1; done
        $(INSTALL) $^ /usr/local/bin