Help for this page

Select Code to Download


  1. or download this
    my @program_array = $XMLref->{Response}->[0]->{Program};
    
  2. or download this
    my @program_array = @{ $XMLref->{Response}[0]{Program} };
    my $program_aref = $XMLref->{Response}[0]{Program};
    
  3. or download this
    if( ref( $XMLref->{Response}[0]{Program}[0] ) ) {
        my $program_arrayref = $XMLref->{Response}[0]{Program};
    ...
            }
        }
    }
    
  4. 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