Help for this page

Select Code to Download


  1. or download this
    package Point;
    use Moose;
    ...
        );
    }
    
  2. or download this
    has 'x' => (accessor => '_x', isa => 'Int');
    has 'y' => (accessor => '_y', isa => 'Int');