in reply to Validate before printing to logfile
If you have your checkbox values stored in an array, you could use something like:
HTHprint join(",", grep { <cond_expr> ) @ValArray));
...roboticus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Validate before printing to logfile
by lakeTrout (Scribe) on Nov 28, 2007 at 23:28 UTC |