in reply to Re: removing perldata , hashref from XML file (updated)
in thread removing perldata , hashref from XML file
Many Thanks for your quick response. My exact problem is about introducing each tag in perl code, i mean:
my $data = { employee => [ { "************" => "M", age => { dob => "10-02-1917" }, department => { departmentname => "Operations", title => "Manager" }, location => { town => { county => "East Ay1", name => "Auchinleck" } }, name => { forename => "John", surname => "Doe" },
My xml file is more than 2000 lines with different tags and also it is encoded, I decode it and make it as XML file, introducing each tag in my perl code is not possible.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: removing perldata , hashref from XML file
by choroba (Cardinal) on May 13, 2020 at 11:01 UTC | |
by SaraMirabi (Novice) on May 16, 2020 at 04:30 UTC | |
by AnomalousMonk (Archbishop) on May 16, 2020 at 05:49 UTC | |
by SaraMirabi (Novice) on May 16, 2020 at 05:54 UTC | |
by haukex (Archbishop) on May 16, 2020 at 06:06 UTC | |
by SaraMirabi (Novice) on May 16, 2020 at 06:25 UTC | |
Re^3: removing perldata , hashref from XML file
by haukex (Archbishop) on May 13, 2020 at 11:03 UTC | |
by SaraMirabi (Novice) on May 16, 2020 at 05:19 UTC |