View Single Post
  #1  
Old 12-27-2006, 10:03 AM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

you are correct. els is not valid which is why it was executing the code within the brackets regardless

perl statements are quirky but you hit it right on target

if(){
blah
} elsif() {
blah
} else {
blah
}

id proper syntax for perl
the quests will be finished sometime this week and posted as a zip.
Reply With Quote