in reply to Using list elements within lists contexts with the distributive properties of HTML shortcuts
For the table:print map { a({-href=>$_},$_) } @list;
will print a single row and:print table(Tr(td[map { a({-href=>$_},$_) } @list]));
will print a single column.print table(Tr[map { td[a({-href=>$_},$_)] } @list]);
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (jeffa) Re: Using list elements within lists contexts with the distributive properties of HTML shortcuts
by Anonymous Monk on Jun 09, 2002 at 20:45 UTC | |
by jeffa (Bishop) on Jun 09, 2002 at 21:21 UTC | |
by Anonymous Monk on Jun 09, 2002 at 21:42 UTC |