Help for this page
my @index2 = grep {$_ ne "fourthy"} @coins);
my @index2 = grep('$_ ne "fourthy"', @coins);