anushenoy has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks, I want to know how to set the environmental variables' in XML file and get the value of these using LIBXML? Thanks, anushenoy
  • Comment on using environmental variables using LIBXML

Replies are listed 'Best First'.
Re: using environmental variables using LIBXML
by PodMaster (Abbot) on Oct 28, 2004 at 09:41 UTC
    So you want to update/parse an xml file (environmental variables are in %ENV)?
    What have you tried so far and where are you stuck?

    XML::LibXML is well documented and there is at least one tutorial on it. Do your due dilligence, and RTFM.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.