Re: Best way to parse this type of data.

2011-07-12 Thread shadow52
Hello Everyone, Thanks for all the help the 3 examples were what I needed and took care of the problem in 3 different ways. Thanks for the reference to the perl parsing site a great read so far. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginne

Best way to parse this type of data.

2011-07-11 Thread shadow52
Hello Everyone, I have finally hit my max times of banging my head on the best way to parse some data I have like the following below: name = "Programming Perl" distributor = "O'Reilly" pages = 1077 edition = "2nd" Authors = "Larry Wall Tom Christiansen Jon Orwant" The last line is giving me som

Re: Regex to get last 3 digits of a number.

2009-11-24 Thread shadow52
On Nov 23, 9:22 am, jwkr...@shaw.ca (John W. Krahn) wrote: > shadow52 wrote: > > Hey everyone, > > Hello, > > > I am trying to get just the last 3 numbers from the following number > > from perl using regexs but I have not had no success so I was hoping > > th

Re: Regex to get last 3 digits of a number.

2009-11-24 Thread shadow52
On Nov 23, 9:22 am, jwkr...@shaw.ca (John W. Krahn) wrote: > shadow52 wrote: > > Hey everyone, > > Hello, > > > I am trying to get just the last 3 numbers from the following number > > from perl using regexs but I have not had no success so I was hoping > > th

Re: Regex to get last 3 digits of a number.

2009-11-24 Thread shadow52
On Nov 23, 9:22 am, jwkr...@shaw.ca (John W. Krahn) wrote: > shadow52 wrote: > > Hey everyone, > > Hello, > > > I am trying to get just the last 3 numbers from the following number > > from perl using regexs but I have not had no success so I was hoping > > th

Re: Regex to get last 3 digits of a number.

2009-11-24 Thread shadow52
On Nov 23, 9:22 am, jwkr...@shaw.ca (John W. Krahn) wrote: > shadow52 wrote: > > Hey everyone, > > Hello, > > > I am trying to get just the last 3 numbers from the following number > > from perl using regexs but I have not had no success so I was hoping > > th

Regex to get last 3 digits of a number.

2009-11-23 Thread shadow52
putting this number in a file and then passing it to perl on the command line incase that is needed. Any help is much appreciated or if you can just point me to a good place to get a better understanding of how to do this while I wait for my book to arrive. Thanks, shadow52 -- To unsubscribe, e