while (defined($file = readdir(DIR))) {
next if $file =~ /^\.\.?$/;
%>
<tr width="500">
<td width="200"><a href="images/<%=$file%>"><img
src="images/thumbs/<%=$file%>"></a></td>
<td width="200"><h3><%$file%></h3></td>
</tr>
<%
}
This while loop does for each file in the dir, but I don't want to place
each one on a new line. I would like to place three side by side before
going to next line. Can I do it using this loop or do I need a different one
?
This e-mail, and any attachment, is confidential. If you have received it in
error, please delete it from your system, do not use or disclose the
information in any way, and notify me immediately.
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin