in reply to Re^2: Parse XML with Perl regex
in thread Parse XML with Perl regex

Use my $key instead of $k.  And also use strict; use warnings; ...

Replies are listed 'Best First'.
Re^4: Parse XML with Perl regex
by ad23 (Acolyte) on Jul 08, 2010 at 13:58 UTC

    Thanks

    Appreciate your help!