in reply to reading all images in a directory
(Untested)$i = 1; print "<tr>"; for ( @images ) { print "<td>"; # print image print "</td>" print "</tr><tr>" if !$i++%5; } print "</tr>";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reading all images in a directory
by ikegami (Patriarch) on Jun 24, 2005 at 17:52 UTC |