Help for this page
unless (/^#!/) {next READ if (/^\s*#/)};
unless (/^#!/) { if (/^\s*#/) { next READ; } }
if (/^\s*#/) { next READ } unless (/^#!/);