my @switch_ips = &get_switchip(); my @switch_ips_out; foreach my $switch ( @switch_ips ) { my %switch_ips = (IP => $switch->[0]); # problem! ich brauch 0 .. $#switch_ips ! So bekomme ich nur eine IP .. irgendwie push(@switch_ips_out, \%switch_ips); }