- or download this
#widgets in Card
...
-variable=>\$cardspeed,
-command=>\&card_choice
)->pack();
- or download this
#widgets in Card Usage
...
-relief=>"raised",
-borderwidth=>3
)->pack();
- or download this
sub card_choice {
if ($cardspeed eq "fast") {
...
]);
}
}