Thread hash automatischfüllen (22 answers)
Opened by Gast at 2006-08-09 13:27

renee
 2006-08-16 14:46
#68779 #68779
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
In der Schleife statt:
Code: (dl )
$wert = $wert."$mac_ip{$mac_address_2},"; 


das hier:
Code: (dl )
push @{$wert{$ipaddress}},$mac_ip{$mac_address_2};


Die Zuweisung nach der Schleife musst Du komplett weglassen...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread hash automatischfüllen