Help for this page

Select Code to Download


  1. or download this
    my $point = with_traits( 
       'MyClass', 
       ( 
    ...
       y => 1,
       name => 'my_point', 
    );#To satisfy the required values
    
  2. or download this
    my $point = with_traits( 
       'Point', 
       'Named',
    ...
       y => 1,
       name => 'my_point', 
    );#To satisfy the required values