in reply to Re^2: conditional exists
in 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"