$VAR1 = {
'OneUploadedFile' => [
{
'FirstParagraphOfText' => '.Illinois Web Links for Project Next Generation Abraham Lincoln Pr
esidential Library Art Edventure! (etc. etc.).',
'InterimTrigramStoragePath' => {},
'InterimDocStoragePath' => {},
'InterimBigramStoragePath' => {},
'ChecksumResult' => '01331d9ac99bfd620183e122a256a901',
Question to all. How do get the value of ChecksumResult, say? I normally do this with
my $httpArray = $xmlRef->{DepositoryProcessingRecord}{HttpHeaderMd}->{'HttpMeta'};
for my $q (@$httpArray) {
if ($q->{Name} eq "HTTP_OriginallyRequestedURL") { $hTTP_OriginallyRequestedURL = $q->{content} }
}
but I can't seem to get the analogy to data that doesn't have a nice identifiable Name:content delineation. This doesn't work:
my $FILEARRAY = $xmlRef->{DepositoryProcessingRecord}{MultiFileDoc}->{OneUploadedFile};
In reply to Problem handling complex data structure with XML::Simple by abullen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |