Help for this page

Select Code to Download


  1. or download this
    use 5.038;
    use feature 'class';
    ...
    }
    
    say "Next count in the object: ",WithACounter->new->count;
    
  2. or download this
    Next count in field init: 1
    Next count in ADJUST: 2
    Next count in the object: 1