Help please! I am working on modifying a script I use, and I am a dummy. Plain and simple. But I know many here are not. So here is my question. I have this code:
BigDougCode::error("You must leave the open date empty in your file in row <B>$theline</B>."
unless $nine
Basically what I want is to tell the error module that if they enter anything in $nine, they are in error. So what can I add after the error statement to insure this?
Could I do this:
BigDougCode::error("You must leave the open date empty in your file in row <B>$theline</B>."
unless $nine =>$_
I don't know. Anybody want to answer this neophyte question?
BigDougCode::error("You must leave the open date empty in your file in row <B>$theline</B>."
Basically what I want is to tell the error module that if they enter anything in $nine, they are in error. So what can I add after the error statement to insure this?
Could I do this:
BigDougCode::error("You must leave the open date empty in your file in row <B>$theline</B>."
I don't know. Anybody want to answer this neophyte question?