http://www.perlmonks.org?node_id=945539


in reply to Re^3: pointy counters
in thread pointy counters

--> is the autodecrement followed by a greater than. It looks like the arrow operator used in various languages, but while $c --> 0is really just while ($c--) > 0