CPU: Perl, Fall 2005 Perl, Week 2: Arrays, Hashes, Control Structures #5

Binary Assignment Ops, cont.

$count = 3;
$count *= 4;
$count /= 6;
continued...
Copyright © 2005 Ian Langworth