Thanks Uri, and Ruud for lightening up :) Cheers, Shekar
On Mon, Apr 16, 2012 at 12:25 PM, Dr.Ruud <rvtol+use...@isolution.nl> wrote: > On 2012-04-16 07:58, Shekar wrote: > > next if (/^\s$/); >> > > You probably meant: > > next if /^\s*$/; # skip blank lines > > -- > Ruud > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > >