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

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
  • Comment on Re^6: Connect to Remoteserver from perl

Replies are listed 'Best First'.
Re^7: Connect to Remoteserver from perl
by marto (Cardinal) on May 12, 2011 at 11:51 UTC

    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.