or download this
my $package = 'normal';
foreach my $type (qw(normal pckg_A pckg_B)) {
$mwt_pckg->Radiobutton(
...
-variable => \$package,
#)->grid(-sticky => 'w', -column => 1, -row => 2);
)->grid(-sticky => 'w', -column => 1, -row => 2, -columnspan=>20,
+-padx => 50, );