in reply to Re^3: Problem in reading parsed xml using XML::Simple
in thread Problem in reading parsed xml using XML::Simple
And still getting blank value for tag1 even though there actually is a value. There is a warning as well like:my %dsg_tags; $dsg_tags{'tag1'} = $xst->{cmts}{STBDSG}{dsg}[0]{tag1}; foreach (sort keys %dsg_tags) { print "$_ : $dsg_tags{$_}\n"; }
Use of uninitialized value in concatenation (.) or string at ./<script +_name>.pl line <>. tag1 :
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Problem in reading parsed xml using XML::Simple
by tangent (Parson) on Jun 24, 2015 at 16:17 UTC | |
by Perl300 (Friar) on Jun 24, 2015 at 17:57 UTC | |
by tangent (Parson) on Jun 24, 2015 at 18:52 UTC | |
by Perl300 (Friar) on Jun 24, 2015 at 19:36 UTC | |
|
Re^5: Problem in reading parsed xml using XML::Simple
by choroba (Cardinal) on Jun 24, 2015 at 16:16 UTC |