in reply to Re^2: Tk: resize
in thread Tk: resize

As documented in the Tk::Wm pod:

$mw->maxisze($width,$height)

There's also a minsize method.