elam has asked for the wisdom of the Perl Monks concerning the following question:
I'm building an HTML table with the numbers 1-32, and if any numbers are in anypseudocode: for( i=1; i<33; i++ ) { foreach ArrayReference in my Reference { foreach value in my ArrayReference { if (value == i ) { cell number must be highlighted. go to next element in FOR loop } } } print regular cell }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Simple looping question.
by Not_a_Number (Prior) on Jan 09, 2004 at 21:18 UTC | |
|
Re: Simple looping question.
by Zed_Lopez (Chaplain) on Jan 09, 2004 at 19:03 UTC | |
by Zed_Lopez (Chaplain) on Jan 09, 2004 at 20:15 UTC |