Thread Mit "defined" wird hash key angelegt. (6 answers)
Opened by BobderHund at 2012-04-25 20:36

pq
 2012-04-26 00:00
#157855 #157855
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
auch da wird kein key angelegt =)

Code: (dl )
1
2
3
4
5
6
$ perl -wE'
my %hash = ( a => 1 );
my $foo = $hash{foo};
if(defined $foo) { 1 }
say keys %hash;'
a
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Mit "defined" wird hash key angelegt.