This seems to be working great but if anyone has any other methods please send them my way. Thankssub BuildMMList { $list = $FORM{'list'}; open(FILE, "$MM_FILE") || &error_message("Can't find data file - $dat +adir/lists.txt."); @list = <FILE>; close(FILE); $numlist = @list; for ($a = 0; $a < $numlist; $a ++) { ($one, $nochop) = split(/``/, $list[$a]); print "<option value='$one'>$one</option>\n"; } close(FILE); }
In reply to Re: Split a database
by lisaw
in thread Split a database
by lisaw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |