Help for this page

Select Code to Download


  1. or download this
    %list = $data_structure_reference->{data1};
    
  2. or download this
    %list = %{ $data_structure_reference->{data1} };
    
  3. or download this
    $pfm->finish( 0, { data1 => %id,
    
  4. or download this
    $pfm->finish( 0, { data1 => \%id,