Help for this page
my @results; foreach my $addr( @array ) { ... } return @results;
use strict; use warnings;