in reply to Re^2: Add Null values to my FlatFile
in thread Add Null values to my FlatFile

then a bit of additional code can still make the short-circuit OR work, e.g.
print LOGFILE ("\t".($FORM{$key}=~/[a-zA-Z0-9])?"$FORM{$key}:"BLANK")) +;
untested...you get the idea
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^4: Add Null values to my FlatFile
by lakeTrout (Scribe) on Nov 27, 2007 at 00:09 UTC
    GOT IT! Thanks!