Thread Hashreferenz auf Gültigkeit prüfen
(9 answers)
Opened by Duff at 2008-08-01 13:58
Kommt darauf an, wie genau Du das prüfen willst...
Code (perl): (dl
)
1 2 3 if( $hash_ref and ref( $hash_ref ) and ref( $hash_ref ) eq 'HASH' and keys %$hash_ref ){ #... } 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/ |