in reply to Re: Re: one of these codes is not like the other
in thread one of these codes is not like the other
And your clause above also has another typo, the lack of a '$' in front of specieslist (but I'm just assuming that's just a typo here from your error message). FYI, you are declaring a new lexical variable '$speciesname' above, which is only scoped (it only exists) in the 'unless' block, and it has an undefined value.
Update: Just noticed this node that might help.
|
---|