#!/usr/bin/perl use strict; use warnings; use Tk; my $mw = tkinit(); $mw->resizable(0,0); MainLoop;