Hi all

I am firing another script  script2.pl from script1.pl
using
system("remsh  $remhost -l root \"sh -c /script2.pl 1>&- 2>&- &\"")

such as another cripts runs without any user interaction

You can take it as " system("remsh  $remhost -l root \"sh -c /script2.pl )
simply

I want to pass some arguements say $ARGV[2] , $ARGV[3] from script1 to
script2

will it be ok if  i pass like

system("remsh  $remhost -l root \"sh -c /script2.pl ( $ARGV[2] ,
ARGV[3]  ))?

Thanks
pradeep


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to