Help for this page

Select Code to Download


  1. or download this
      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;