Help for this page

Select Code to Download


  1. or download this
    %locations = (
        "location1" => {
    ...
        },
        ...
    )
    
  2. or download this
    use strict;
    
    ...
    $locations{$temp_info[2]}->{users}->{$temp_info[0]} = $temp_info[1];
    $locations{$temp_info[2]}->{otherinfo} = [@temp_info[3..$#temp_info]];