Thread Problem mit HASH ref
(48 answers)
Opened by bianca at 2010-05-02 13:09
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"'
|