Help for this page
package Vector2D; use strict; ... "+" => \&plus, "*" => \&mult;
sub drawPoly { my @p = @_; #Array of Vector2Ds ... } }
while( pop( @p ) ) {