ok first, this is my first perl/tk project
second, i have searched and searched for this and cant find anything
ok i am trying to create a window with multiple frames that fill the window both x and y (no prob so far, i can do with with pack) however, i would like to make the width and/or height a percent of the total size of the window so they arent all the same size.
can i accomplish this with pack or is there another geometry manager i should use?
thanks