Help for this page
while (<FILE>) { next if /\A\s*\z/ ; # skip blank lines next if /^\s*#/ ; # skip comments
next if /\A\s*(?:#|\z)/ ; skip comments and blank lines