Help for this page
for my $object (@objects) { if (grep { $_ !~ /$object/ } @config){ ... print $fp "object-group network $object \n"; } }