in reply to Nested Conditional Statement Issue
for (@class) { ($id, $name, $credits) = split(/,/, $_); for($x=0; $clen > $x; $x++) { $z++ if $course[$x] eq $id; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: Nested Conditional Statement Issue
by tilly (Archbishop) on May 07, 2001 at 03:01 UTC | |
by Anonymous Monk on May 07, 2001 at 03:09 UTC |