Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my %data = %{XMLin ($str)};
    
    Dump (\%data);
    
  2. or download this
    __DATA__
    <PATIENT_DATA>
    ...
    <Race>Caucasian</Race>
    </SA_PATIENT>
    </PATIENT_DATA>
    
  3. or download this
    $HASH1 = { SA_PATIENT => [
               {
    ...
                 Zip      => 10110
               }
             ] };