Help for this page

Select Code to Download


  1. or download this
    sub add_line {
      my ($self, $options) = @_;
    ...
    
      return $new_line;
    }
    
  2. or download this
    sub add_polyline {
      my ($self, $options) = @_;
    ...
    
      return $new_poly;
    }