in reply to Re^3: version string oddities (-bug)
in thread version string oddities

Looks like you don't even need the quotes:
$ perl -le 'print -aaa' -aaa $ perl -le 'print -+-aaa' +aaa
You can't put "--aaa" because Perl thinks it's a decrement.
"If you go on with this nuclear arms race, all you are going to do is make the rubble bounce" -- Winston Churchill