Help for this page
#!/usr/bin/perl use warnings; ... for my $array (@arrays) { print "@$array: ", is_divisible($array) ? 'yes' : 'no', "\n"; }