Doesn't matter, I learned some new stuf now, and was able to fix the script. I used perlbuilder to create a new form and everything went fine. I can't seem to fix one thing
When I display a list like this:
============================================
foreach $line(@dbfile) {
($appname,$upname,$urls) =split(/##/, $line);
print <
EOF
##
}#
##
=======================================
how can I make the files sort themselves alphabetically? so the program checks appname, and then sort the list?
thats my little problem.
Thanks for any suggestions.
DeathLoad
This message has been edited by DeathLoad on October 23, 2000 at 11:06 AM