Thread
zahl in variabler?
(6 answers)
Opened by
chmod777
at
2012-09-26 19:35
murphy
2012-09-26 20:18
User since
2004-07-19
1776 Artikel
HausmeisterIn
Hier würde sich zum Beispiel der Smartmatchoperator (ab Perl 5.10) anbieten:
Code (perl): (
dl
)
1
2
3
4
5
6
if
(
$vergleich
~~
[
3
,
4
,
14
,
43
])
{
planA
();
}
else
{
planB
();
}
When C++ is your hammer, every problem looks like your thumb.
View full thread
zahl in variabler?