$f_comp->Radiobutton(-text => "Open", -value => "open", -font => 'Garamond 16 bold', -command => sub { open(Tabs,"C:\Users\Perl Tk\Project") })->pack(-anchor => 'w'); [download]
In reply to Open File by lil_v