RE: How to get the values

2007-06-20 Thread Nath, Alok (STSD)
Thanks .It serves the purpose. -Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 12:42 PM To: beginners@perl.org Cc: Nath, Alok (STSD) Subject: Re: How to get the values Nath, Alok (STSD) wrote: > Hi, > I have a file from which I h

Re: How to get the values

2007-06-20 Thread Rob Dixon
Nath, Alok (STSD) wrote: Hi, I have a file from which I have to pick a line like this and get the values of Par, Default and RootOnly. Par=som Default=yes RootOnly=no Shared=force I am trying something like below.But the code is becoming long. Anything simpli