![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Global symbol "$isenchere" requires explicit package name at UserAction.pm line 416.by Mr. Muskrat (Canon) |
on Nov 22, 2017 at 15:27 UTC ( #1204028=note: print w/replies, xml ) | Need Help?? |
my ($isenchere)=sqlSelect("enchere", "article", "id_article = '$isenchere'");
You're defining it on the left side and passing it as a part of an argument to sqlSelect on the right...
In Section
Seekers of Perl Wisdom
|
|