Help for this page

Select Code to Download


  1. or download this
    my %data=map +(split /=/)[0,1], split /;/, $memory_data;
    
  2. or download this
    %data=(%data, map +(split /=/)[0,1], split /;/, $memory_data);