in reply to Re: Perl Regex
in thread Perl Regex
Thank you hdb, but i need the values in separate variables like $var1 = 200, $var2= 300 and $var3 = 464.How can this be achieved?
Moreover I also need the "29x250+46+26" values separately. Since I was able to already retrieve them using regex, I asked only about the remaining values that i could not get. Is there a way to write a single regex to obtain all the values. Again, please point me if i am wrong.
Thanks a lot again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Regex
by Corion (Patriarch) on Oct 10, 2013 at 11:27 UTC | |
by Buddyhelp (Initiate) on Oct 10, 2013 at 11:43 UTC | |
|
Re^3: Perl Regex
by hdb (Monsignor) on Oct 10, 2013 at 11:43 UTC | |
by Buddyhelp (Initiate) on Oct 10, 2013 at 11:51 UTC |