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


in reply to Re^5: Urgent Help For Perl Issues
in thread Urgent Help For Perl Issues

ssh opens a new session for every command run and so commands with side effects as cd doesn't work as expected.

Use shell conjunctions instead to run the two commands as one:

$ssh->cmd("cd $dir && $cmd")

Replies are listed 'Best First'.
Re^7: Urgent Help For Perl Issues
by arvindninestars (Initiate) on Mar 18, 2013 at 07:20 UTC
    No Luck salva..Any Other ideas..
      yes, post your code, otherwise nobody is going to guess what you are doing wrong!
      A reply falls below the community's threshold of quality. You may see it by logging in.