Help for this page
Select Code to Download
Select
or
download this
while (<>) { print if /\S/; }
Select
or
download this
perl -i.bak -n -e "print if /\S/" filename