Re: help in if - else loop in perl

2007-11-27 Thread Matthew Whipple
Sayed, Irfan (Irfan) wrote: > Hi All, > > I am getting error while running following script.Error is due to > improper if else loop and curly braces. > > Can you please guide me in placing the braces in right position and > doing proper if..else looping > > My requirement is that I want to quit

Re: help in if - else loop in perl

2007-11-27 Thread Klaus Jantzen
Sayed, Irfan (Irfan) wrote: Hi All, I am getting error while running following script.Error is due to improper if else loop and curly braces. Can you please guide me in placing the braces in right position and doing proper if..else looping My requirement is that I want to quit as soon as "

help in if - else loop in perl

2007-11-27 Thread Sayed, Irfan (Irfan)
Hi All, I am getting error while running following script.Error is due to improper if else loop and curly braces. Can you please guide me in placing the braces in right position and doing proper if..else looping My requirement is that I want to quit as soon as "if condition" fails.Please guide