Skip comment lines

 
#
# skip comment line (!) or empty line
#
next if( $line =~ /(\s*!.*)|(^$)/);