use strict; use warnings; use Tk; my $mw = MainWindow->new(); my $name = $mw->screen; my $height = $mw->screenheight; my $width = $mw->screenwidth; my $scaling = $mw->scaling; my $heightmm = $mw->screenmmheight; my $widthmm = $mw->screenmmwidth; print <