in reply to foreach problem
foreach my $thesebuttons (@aoa) { my @b = @$thesebuttons; foreach my $thisbutton (@b) { code for printing out this button... } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |