There is no possible value of 0 for what I am trying to do. So I am
trying to do the former example:

>    if( $cell ) {

I am trying to code the if statement correctly, but I am getting a syntax error:
Below is how I am trying to code the if statement:

        if ($cell >= 1 && $cell <= 900  ) { $cell = $cell ;

Thank you,

Chris

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to