http://www.perlmonks.org?node_id=904352


in reply to Re^4: Connect to Remoteserver from perl
in thread Connect to Remoteserver from perl

Look at using Win32::GuiTest to automate your terminal services client connection. I don't think you'll have much luck actually controlling the machine once you have established connection. What are you trying to do on the remote system, perhaps there is a more efficient way of achieving your goal. See also How do I post a question effectively?.

  • Comment on Re^5: Connect to Remoteserver from perl

Replies are listed 'Best First'.
Re^6: Connect to Remoteserver from perl
by senthilkumarperl (Novice) on May 12, 2011 at 11:29 UTC
    In that server there is my Perl file .i want to run Perl file by Perl script by logging into that server .Is this module(Win32::GuiTest) help me to solve my problem

      I doubt it, as I said you probably won't have much luck in driving a remote server via Win32::GuiTest. Connect via SSH, as Corion has already advised, along with some other methods of execution.