Thread geht es noch einfacher II
(14 answers)
Opened by jan999 at 2010-01-13 19:13
klar
Code (perl): (dl
)
1 2 3 4 sub checkIsTagValueInclude { my ($tagvalue, $search) = @_; return ";$tagvalue;" =~ m/;$search;/i ? 1 : 0; } 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: ![]() ![]() |