Help for this page
for my $row (@$records){ if (my ($ip) = $row->{machineIP} =~ /(\d+\.\d+\.\d+\.\d+)/){ ... } push @ip, $row->{machineIP}; }