Help for this page
foreach (@ARGV) { $Y{$y}++,next if $y eq $_; }
$Y{$y} += grep $y eq $_, @ARGV;
$Y{$y} += (grep $y eq $_, @ARGV) || 1;