- or download this
my @VehicleProgram=('AA','BB');
#if user selects $VehicleProgram=AA
...
#Radiobutton Load (@LoadArrayRef)
# should contain ONLY 'AA_121' and 'AA_122'
- or download this
Thank you in advance for your help.
Cem
- or download this
#!/usr/bin/perl -w
use Tk;
...
sub CreateRun {
}