next if ($line /^\#/); #### hostname # this is a comment for hostname #### $line =~ s/(.*)\#.*/$1/g;
## hostname # this is a comment for hostname ##
## $line =~ s/(.*)\#.*/$1/g;