Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Add Null values to my FlatFile

by lakeTrout (Scribe)
on Nov 26, 2007 at 22:08 UTC ( [id://653104]=note: print w/replies, xml ) Need Help??


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

Thanks aquarium,

I tried that, but sadly it didn't work. I think I had an epiphany, I'm going to update my original note. It appears when I add \n (line feeds, whatever) to my textareas, things go wrong from there.

Replies are listed 'Best First'.
Re^3: Add Null values to my FlatFile
by aquarium (Curate) on Nov 26, 2007 at 22:32 UTC
    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
      GOT IT! Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://653104]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found