Help for this page
use strict; use warnings; ... } print "@arry\n";
use strict; use warnings; ... @arry = grep { $_ != 5 } @arry; print "@arry\n";