Help for this page

Select Code to Download


  1. or download this
    $n=15;
    while($n>0)
    {
    ...
      $n--;
      sleep(1);
    }
    
  2. or download this
    C:\Pradeep>perl test.pl
    15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,
    C:\Pradeep>
    
  3. or download this
    use Win32::GuiTest qw(FindWindowLike GetWindowText SetForegroundWindow
    + SendKeys);
    system('"start %windir%\system32\mstsc.exe"');    
    $Win32::GuiTest::debug = 0;    
    ...
    @windows={};
    exit;
      }