Thread ausgabe array in hash (5 answers)
Opened by Noisebreath at 2006-11-03 16:29

renee
 2006-11-03 17:06
#71366 #71366
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
for my $old_doc(keys %doc_type_header){
print $old_doc,"\n";
for my $element(@{$doc_type_header{$old_doc}}){
print "\t",$element,"\n";
}
}
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 ausgabe array in hash