while() { @off = split(/' '/,$_); %find = ("start" => $off[0], "stop" => $off[1]); my $hash_ref = \%find; my @official = []; push @official, $hash_ref; }