in reply to Delete Row in Excel

== is not the appropriate operator to test for string equality. See perlop for the operators. You most likely seem to want eq.

Replies are listed 'Best First'.
Re^2: Delete Row in Excel
by Anonymous Monk on May 11, 2011 at 19:13 UTC
    I tried using eq but that doesnt solve the problem. How else would I test for string equality or how would I use reg ex to test for an empty string?

      Maybe if you started by telling us how "it doesn't solve the problem", we could get closer to the actual problem. Are you sure that the cell is empty? Does it contain whitespace?