Thread Problem mit HASH ref (48 answers)
Opened by bianca at 2010-05-02 13:09

MatthiasW
 2010-05-02 14:26
#136617 #136617
User since
2008-01-27
367 Artikel
BenutzerIn
[default_avatar]
Teste einfach, ob dort ein Hash liegt:
Code (perl): (dl )
1
2
3
use Scalar::Util qw(reftype);
my $reftype = reftype $hash{test}{1};
defined $reftype and $reftype eq "HASH" ? ...

MfG
perl -E'*==*",s;;%ENV=~m,..$,,$&+42;e,$==f;$"++for+ab..an;@"=qw,u t,,print+chr;sub f{split}say"@{=} me"'

View full thread Problem mit HASH ref