Help for this page
next if(/^#/g); next if(/^\n/g);
while(<IFH>) { s/#.*//; ... next if !length(); $line .= $_; }