Thread geht es noch einfacher II (14 answers)
Opened by jan999 at 2010-01-13 19:13

bloonix
 2010-01-14 13:26
#130495 #130495
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
sub checkIsTagValueInclude {
my ($tagvalue, $search) = @_;

if (";$tagvalue;" =~ /\;$search\;/i) {
return 1;
}

return 0;
}


Ich persönlich bevorzuge Code, der lesbar und nicht zu kurz ist.
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread geht es noch einfacher II