in reply to how to remove blank cell with perl

In what way does the code fail to do what you want it to do?

Replies are listed 'Best First'.
Re^2: how to remove blank cell with perl
by meghavarshney (Novice) on Aug 03, 2011 at 13:31 UTC

    when ever i trying to run my prog its just run in simple way but in o/p it's deleted most of the values(blank cell and valued cell).......so will u help me.. ??

      it's deleted most of the values(blank cell and valued cell)

      Looking at your code again, it deletes the whole row whenever it finds an empty cell. If that's not what you want, don't do it that way (maybe try to delete the cell instead?)