Web Hosting Talk







View Full Version : Perl help please.


-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

kunal
09-20-2000, 01:21 PM
Text Field?? as in clickable??

-Edward-
09-20-2000, 01:48 PM
yeah and for the live of me i cannot remember the code lol. I have virtually got the allmanage script working and looking how i want it to but that part is confussing me lol. Probably the easiest part too.