in reply to Re^2: conditional existsin thread conditional exists
Yes exactly, in my example script above @values has these values: vor auf ab
If in doubt, just check it yourself:
print join('|',@values),"\n"; #will print "vor|auf|ab" [download]