http://qs321.pair.com?node_id=488745


in reply to Monitor dimensions

use strict; use warnings; use Tk; my $main = MainWindow->new(); my ($width, $height) = ($main->screenwidth(), $main->screenheight()); print "Width: $width\nHeight: $height";