C:\>perl -e"print ~1" 4294967294 C:\>perl -e"print ~~1" 1 [download]
In reply to Re: Operator/Regex question by Anonymous Monk in thread Operator/Regex question by Migloth