in reply to Search pattern from end of line

use XML::Parser;

Replies are listed 'Best First'.
Re^2: Search pattern from end of line
by asab (Sexton) on Nov 25, 2010 at 06:29 UTC

    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
      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