News

The s means “white space”, so s* matches zero or more characters of white space. To skip over blanks lines in a perl script, you have several choices. You could use a “next if /^$/” (skip ...