open DATA, "<", $myfile or die "Could not open $myfile:$!\n"; #### my @devices; #### while () { chomp; next if !/^cgw01/; push @devices, $_; }
## my @devices; ##
## while () { chomp; next if !/^cgw01/; push @devices, $_; }