in reply to Error : can't locate object method "createElement" via package XML::DOM::ELEMENT

Try using $doc, instead of $root.

createElement is a method of XML::DOM::Document, not of 'XML::DOM::Element', which is what $root is.

        ...it is unhealthy to remain near things that are in the process of blowing up.     man page for WARP, by Larry Wall

  • Comment on Re: Error : can't locate object method "createElement" via package XML::DOM::ELEMENT

Replies are listed 'Best First'.
Re^2: Error : can't locate object method "createElement" via package XML::DOM::ELEMENT
by ankit.tayal560 (Beadle) on Sep 29, 2016 at 08:12 UTC

    ohh eya right! thanks a lot . worked (y)