On Wed, 2007-05-30 at 13:34 +0530, Laxminarayan G Kamath A wrote: > What I am expecting is help with the variant of the regex I used as the > condition for while loop. I am sure If we modify that regexp a little > bit, then we can just use it on the record like this : > > $_ = $record; > @fields = /regexp/g; > > I tried a lot of different ways but just could not get the right > regexp :-(.
CSV is a horrible format. Far too unreliable, we have exported CSV from excel that imported differently into excel. Is there another option, eg connecting to Outlook via a remote connection? Is there another format available? I doubt a simple regex will do it if the CSV modules do not work. What data do you have problems with? Without samples there is nothing we can do. -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/