On Wed Oct 29 00:13:47 2008, renee.baecker@smart-websolutions.de wrote: > Hi, > > attached is a small patch that allows v[0-9]+ to be used as a label. > > Cheers, > Renee > That patch looks good except for one thing: $ ./miniperl -le' $_ = 1 ? v65 : "bar"; print' A $ ./miniperl -le' $_ = 1 ? v65: "bar"; print' v65 Do you need to check for XTERM or something?