Help for this page
#! perl use strict; ... { print "$n\n" if any { $n == $_ } (40, 47, 76); }
17:34 >perl 1074_SoPW.pl 40 ... 76 17:34 >