1#!/usr/local/bin/perl -w 2 3use Tk; 4 5$mw = MainWindow->new(); 6$mw->geometry('-0-0'); 7MainLoop; 8