in reply to Re: "Err:Use of uninitialized value in string eq" while using split
in thread "Err:Use of uninitialized value in string eq" while using split

But it is not recognizing leading white spaces just by
@temp1=split / /,$line1;
Thats y I hit with
@temp1=split / +/,$line1;