modifying xml entry

2002-12-09 Thread Admin-Stress
Hi, I have a XML file like this : password dccftp 22 127.0.0.1 1234567890 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

RE: modifying xml entry

2002-12-09 Thread Beau E. Cox
the hash to your output. Aloha => Beau. -Original Message- From: Admin-Stress [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:09 AM To: perl Subject: modifying xml entry Hi, I have a XML file like this : password dccftp 22 127.0.0.1 1234567890

RE: modifying xml entry

2002-12-09 Thread Admin-Stress
loads an XML file > into a hash (you probably should use forcearray => 1). You > may then modify that hash based upon user input. Finally, > print the hash to your output. > > Aloha => Beau. > > -Original Message----- > From: Admin-Stress [mailto:[EMAIL PROTECTED

RE: modifying xml entry

2002-12-09 Thread Beau E. Cox
l. You should look at: http://www.perl.org http://learn.perl.org as well a some of the links there and take a few of the tutorials to get up to speed in perl before you tackle your ambitious XML project. Aloha => Beau. -Original Message- From: Admin-Stress [mailto:[EMAIL PROTECTED]] S