Thread Hashreferenz auf Gültigkeit prüfen (9 answers)
Opened by Duff at 2008-08-01 13:58

renee
 2008-08-01 14:04
#112977 #112977
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
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/

View full thread Hashreferenz auf Gültigkeit prüfen