in reply to Re: how to remove blank cell with perl
in thread how to remove blank cell with perl

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.. ??

  • Comment on Re^2: how to remove blank cell with perl

Replies are listed 'Best First'.
Re^3: how to remove blank cell with perl
by moritz (Cardinal) on Aug 03, 2011 at 13:45 UTC
    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?)