Thread
exists
(14 answers)
Opened by
Froschpopo
at
2006-09-19 19:50
Froschpopo
2006-09-19 19:50
User since
2003-08-15
2653 Artikel
BenutzerIn
Was ich mir noch von perl wünschen würde, wäre z.b. sowas:
Code: (
dl
)
1
2
3
4
5
6
7
my %hash = (
'key' => [\%foobar, 1]
);
my $hashref = \$hash{key};
print 1 if exists $hashref;
eigentlich schade, dass sowas nicht funzt.\n\n
<!--EDIT|Froschpopo|1158681153-->
View full thread
exists