Wayne Simmons wrote:
> Curtis Leach said:
>> Is there a preferred module for use when working with XML in Perl?  
> 
> I use: 
> XML::DOM;
> 
> <snip>
> 
> #save it back.
> .... not sure how to do this... honestly haven't done it before.
> 

that's the easy part:

$maindoc->printToFile($file);

-Mike



_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to