Hi every body!
I have a quesion for my problem with using mysql and perl programming.
- data from mysql is logic expression. After query I get it's value on string format:
my $data = "$sex < 1 && $age >= 17 && $age <= 40 && ',1,2,3,' =~m/(,)$optid(,)/";
In this expression $sex,$age,$optid is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.