Help for this page

Select Code to Download


  1. or download this
    package shapes;
    
    ...
    }
    
    1;
    
  2. or download this
    use shapes;
    
    ...
    
    my $box = shapes->new(shape => $box);
    $box->print_shape;