![]() |
|
P is for Practical | |
PerlMonks |
Re^4: pointy countersby GotToBTru (Prior) |
on Dec 29, 2011 at 18:39 UTC ( #945539=note: print w/replies, xml ) | Need Help?? |
--> is the autodecrement followed by a greater than. It looks like the arrow operator used in various languages, but while $c --> 0 is really just while ($c--) > 0
In Section
Cool Uses for Perl
|
|