in reply to while loop and multiple regex
unless(!$arrayNum){I am missing array index 0 data.
That is because your code will skip processing when $arrayNum is equal to zero because zero is FALSE.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: while loop and multiple regex
by frank_2k4 (Acolyte) on Mar 18, 2011 at 04:14 UTC |