12345678
foreach (@dateien) { my %row_data; $row_data{SMILIE} = $_; $row_data{IMAGES_PATH} = $images_path; push(@loop_data, \%row_data); }