Help for this page

Select Code to Download


  1. or download this
    package Counter;
    
    ...
        return $counter;
    }
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use Counter;
    ...
    $x->incCounter();
    print $x->getCounter()."\n";
    print $y->getCounter()."\n";