- or download this
use strict;
use Tk;
...
$win->Label(-image=>$image)->pack;
MainLoop;
- or download this
use strict;
...
$win->Label(-image=>$image)->pack;
MainLoop;
- or download this
couldn't recognize image data at C:/Perl/site/lib/Tk/Image.pm line 21.