- or download this
my @program_array = $XMLref->{Response}->[0]->{Program};
- or download this
my @program_array = @{ $XMLref->{Response}[0]{Program} };
my $program_aref = $XMLref->{Response}[0]{Program};
- or download this
if( ref( $XMLref->{Response}[0]{Program}[0] ) ) {
my $program_arrayref = $XMLref->{Response}[0]{Program};
...
}
}
}
- or download this
Balance:nl1 has been published:04/20/05:
Balance:mas has been published:04/20/05:04/26/06
Breathe:nl1 has been published:04/20/05:
Breathe:mas has been published:04/20/05:04/26/06