#!/usr/bin/env perl for (@ARGV) { die "Not oll korrect!\n" if system $^X, '-c', $_; } exit(0); #### install: foo bar perl-checkall $^ $(INSTALL) $^ /usr/local/bin