in reply to if statement problem using mysql

while (@option - $sth1 ->fetchrow_array()){ ^

Is this a typo?

Replies are listed 'Best First'.
Re^2: if statement problem using mysql
by CreationP (Initiate) on May 31, 2012 at 16:05 UTC

    Dear Eliya, No it wasn't a typo. I don't know why but I thought it was the correct form. I changed the '-' to '=' and worked as intended. Thank you very much for scanning my code and finding out the error. You guys here in perlmonks are lifesavers!