Help for this page
if(@opts{qw|a b c|}) { }
if(@{[@opts{qw|a b c|}]}) { }
if($opts{a} || $opts{b} || $opts{c}) { }