- or download this
#!/usr/bin/perl -w
use strict;
use Tk;
...
$c->pack;
MainLoop;
- or download this
my $image = $c->Photo(-file => "cards/ah.gif");
my $card = $c->create('image', 10, 10,
-anchor => 'nw',
-image => $image);
- or download this
my $image = $c->Photo(-file => "cards/ah.gif");
$$image{_id} = $c->create('image', 10, 10,
-anchor => 'nw',
-image => $image);