Out of curiosity, is there a unary not operator in perl?

  i.e.  "$a = $a+1"   is the same as   "$a++"

Is there a similarly short form of "$a = !$a"?  Like "$a!!"?  (tried it and
it didn't work.)

- Bryan



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to