Help for this page
use strict; use warnings; ... (first_index { $a eq $_ } @fruit) <=> (first_index { $b eq $_ } @fruit); }
18:00 >perl 2017_SoPW.pl ["APPLE", "GRAPE", "PINEAPPLE"] 18:04 >