Help for this page
my %ARGS = map {$_,1} @ARGV;
if($ARGS{foo}) { ... }
my %ARGS = @ARGV;
if($ARGS{rebuild} eq 'all') { ... }