# Add the Rectangle $pp->add_shape('msoShapeRectangle', { left=>100, top=>100, width=>100, height=>100}); # Add the Rectangle $pp->add_shape(1, { left=>100, top=>100, width=>100, height=>100});