in reply to Efficiently inserting XML data

Any suggestions on code improvement
Yes, use XML::Simple :) As you can guess from the name XML::Simple is a module with a very simple interface for manipulating XML - perl data structures. If you need more info on data structures in perl see perldsc|perldsc and perlref for info on references.
HTH

_________
broquaint

Replies are listed 'Best First'.
Re: Re: Code efficiency ?
by chaoticset (Chaplain) on May 01, 2003 at 17:26 UTC


    Hear, hear! I've recently jumped into XML and agree, XML::Simple does indeed appear to be the way to go for something like this.

    Or, perhaps, XML::Simpler is what you need. ;P
    -----------------------
    You are what you think.