![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Why isn't this subroutine working?by eric256 (Parson) |
on May 20, 2009 at 17:57 UTC ( #765292=note: print w/replies, xml ) | Need Help?? |
elsif expects to get a condition as well. so your example should be
Not including the condition does indeed make the elsif into a syntax error, and elsf does indeed make it run, but it doesn't make it work. Oh and please please please don't embed variables in SQL unless you properly untaint them first, and even then only do it if someone is holding a gun to your head ;) ___________ Eric Hodges
In Section
Seekers of Perl Wisdom
|
|