Help for this page
#!/usr/bin/perl -w ... print 'Deleted '."$count".' blank lines'."\n"; exit (0);
if ($_=~m/^$/g) {
if ($_=~m/^\s*$/g) {