in reply to Re: Search pattern from end of line
in thread Search pattern from end of line

I guess use XML::Parser; wont be that useful as the pattern before initial > in the pattern >xyz</rpm> varies considerably.

can any one gives a regular expression for this. Thanks asab

Replies are listed 'Best First'.
Re^3: Search pattern from end of line
by Anonymous Monk on Nov 25, 2010 at 07:32 UTC
    I guess use XML::Parser; wont be that useful as the pattern before initial

    That won't make a bit of difference. XML::Simple is simpler than XML::Parser