-Edward-
09-19-2000, 04:53 PM
is there any perl whizz kids out there that can help me ?. ive got the part of the script i want converting but cant figure how. Its from the allmanage script. this prints the files you have in your directory in a table bt i want to to show it in a text feild similar to angelfire any ideas people?.
}
if ($next =~ /\/$/)
{
print "<td width=\"25\"><input type=\"radio\" name=\"edit\" value=\"$file\"></td>\n";
print "<td width=\"260\"><img src=\"$icons/$xtn.gif\">\n";
print "<a href=\"$baseurl$next$file\" target=\"_New\">$file</a></td>\n";
}
else
{
print "<td width=\"25\"><input type=\"radio\" name=\"edit\" value=\"$file\"></td>\n";
print "<td width=\"260\"><img src=\"$icons/$xtn.gif\">\n";
print
}
if ($next =~ /\/$/)
{
print "<td width=\"25\"><input type=\"radio\" name=\"edit\" value=\"$file\"></td>\n";
print "<td width=\"260\"><img src=\"$icons/$xtn.gif\">\n";
print "<a href=\"$baseurl$next$file\" target=\"_New\">$file</a></td>\n";
}
else
{
print "<td width=\"25\"><input type=\"radio\" name=\"edit\" value=\"$file\"></td>\n";
print "<td width=\"260\"><img src=\"$icons/$xtn.gif\">\n";
