Thread Array Problem (12 answers)
Opened by Gast at 2008-03-20 12:41

renee
 2008-03-20 14:32
#107299 #107299
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Mein Code war ein Beispielcode für die Verwendung von ref...

Code (perl): (dl )
1
2
3
4
5
foreach my $device (@{$vm->{config}->{hardware}->{device}}){
  if($device){
    print ref( $device ),"\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 Array Problem