Help for this page

Select Code to Download


  1. or download this
    package Counter;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $counter->value, "\n";
    $counter->value(3);
    print $counter->value, "\n";