in reply to Operator/Regex question
C:\>perl -e"print ~1" 4294967294 C:\>perl -e"print ~~1" 1 [download]