Hi,
I have a XML file like this :

<Config>
 <FTPServer>
   <Password>password</Password>
   <Username>dccftp</Username>
   <PortNumber>22</PortNumber>
 </FTPServer>
 <DCCBox>
   <IPAddress>127.0.0.1</IPAddress>
   <Serial>1234567890</Serial>
 </DCCBox>
</Config>

Could you give me a working perl code to modify the entries? user will input from 
keyboard :

  FTPServer
     Username = 
     Password =
     Port Number =

  DCCBox
     IPAddress =
     Serial =

After this, it will modify that config.xml entry.

I tried to learn XML::Parser, but still I dont understand how to implement this.

Thanks. 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to