use Win32::OLE::Const 'Microsoft.Word'; # wd constants $word->Selection->EndKey(wdStory); #### $table->Select(); $doc->ActiveWindow->Selection->MoveDown(wdLine,1); $doc->ActiveWindow->Selection->TypeText("This line should be after the table");