Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
foreach(@class) { ($id, $name, $credits) = split(/,/, $_); $x=0; while ($clen > $x) { if ($course[$x] eq $id) { $z++; } $x++; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Nested Conditional Statement Issue
by mincus (Chaplain) on May 07, 2001 at 02:04 UTC | |
|
Re: Nested Conditional Statement Issue
by srawls (Friar) on May 07, 2001 at 02:39 UTC | |
by tilly (Archbishop) on May 07, 2001 at 03:01 UTC | |
by Anonymous Monk on May 07, 2001 at 03:09 UTC |