in reply to Re: Tk::Photo and copy methodin thread Tk::Photo and copy method
my $image = $label ->Photo('image', -height => 10, -width => 10, -format=>'XPM'); [download]
my $image = $label ->Photo( -height => 10, -width => 10); [download]