Quote:
Originally Posted by javewow
add } but Link item Can't display Warriora
help!
|
because you're not following the instructions provided to you.
read your (quest) log files. they will tell you where your errors are. you'll probably see a few lines regarding uninitialized variables.
the reason for this is that you are declaring and defining variables in one block of code and then trying to use them in another. this will not work.
google "perl variable scope" for more information.