Help for this page

Select Code to Download


  1. or download this
    # the output from Dumper, s/\$VAR1/\$xml_ref/
    $xml_ref ={
    ...
            };
    
    print $xml_ref->{'QuestionList'}->{'Question'}->[0]->{'Answer'};
    
  2. or download this
    print $xml_ref->{'QuestionList'}->[0]->{'Question'}->{'Answer'};