Help for this page
while (<$fh>){ next unless /\S/; # skip blank lines s/"//g; # remove all "
if (/STATUS\s+Acct:"?(\d+)/){ $acct = $1; }