in reply to Re^3: Tk::Text selection testing
in thread Tk::Text selection testing

Thanks, I was trying to use:
$txt->get('sel.first', 'sel.last');


and if nothing was selected Tk::Text was spitting out errors about sel.first not being defined.
Using getSelected fixed that.