in reply to
if statement not working
Yeah Perl is different from the other languages I've worked with in that == is type-specific, use
eq - equal to ne - not equal to
[download]
for strings, as suggested above.
Comment on
Re: if statement not working
Download
Code
In Section
Seekers of Perl Wisdom