1 2 3 4 5 6 7 8 9
#!/usr/bin/perl use diagnostics; use strict; use lib qw(. c c/blib/arch); use install2; install2::main(@ARGV);