amma has asked for the wisdom of the Perl Monks concerning the following question:
I have following data as a string filehandle and I want to find the last statement of repeated pattern!!
abc(1) = xyz(0); abc(2) = xyz(1); abc(3) = xyz(2); ...............: abc(10) = xyz(9);
I would like to find the abc(10) = xyz(9);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Finding the last statement in string of atmost similar pattern
by hdb (Monsignor) on May 06, 2013 at 07:29 UTC | |
|
Re: Finding the last statement in string of atmost similar pattern
by Rahul6990 (Beadle) on May 06, 2013 at 07:33 UTC | |
|
Re: Finding the last statement in string of atmost similar pattern
by hdb (Monsignor) on May 06, 2013 at 08:17 UTC | |
|
Re: Finding the last statement in string of atmost similar pattern
by Anonymous Monk on May 06, 2013 at 07:10 UTC |