in reply to XML Data Extraction

An XML data reference? What is this? Have you got a module which is returning some form of Perl data structure? Have you got an object with a bunch of methods for accessing an XML data structure?

What output do you get? What errors do you get? What output do you expect to get?

Running Data::Dumper over $xml should give you some idea about what its structure is.

Replies are listed 'Best First'.
Re^2: XML Data Extraction
by nishanth_ev (Novice) on Jun 28, 2006 at 12:04 UTC
    Yes Data::Dumper did the trick.. Thanks a lot for all of you..