Help for this page

Select Code to Download


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