in reply to A problem with variables inside a system() call
/usr/bin/blah $variable is the value from DB. $variable is less than $threshold
So you've got embeded newlines in your invocation of the command, and unquoted barewords. What exactly do you want your command to look like when it gets passed to the operating system?
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: A problem with variables inside a system() call
by sgifford (Prior) on May 13, 2004 at 22:12 UTC |