Mega Code Archive

 
Categories / Perl / Language Basics
 

You can combine operators such as +, -, and with the assignment operator

$x += 2; $x -= 2; $x *= 5;