Help for this page

Select Code to Download


  1. or download this
    perl -MTk -le '$w=tkinit; print join q[x],$w->screenwidth,$w->screenhe
    +ight'
    
  2. or download this
    perl -MTk -le '$w=tkinit; $w->Dialog(-text => join q[x],$w->screenwidt
    +h,$w->screenheight)->Show;'