Help for this page
use Win32::GuiTest qw(:ALL :SW); $Win32::GuiTest::debug = 0; ... my $str = SendKeys("^v"); #Selected text to be stored in $str variab +le (Not Working) print $str;