Help for this page
use strict; use warnings; ... # of course i could always do the following: $x->Counter( $x->Counter + 1 );
... $x->Counter += 7;