Hi,

I am executing following code.

foreach (@vob_repl_list)

{

print $_;

`$MT chreplica -host puvob02 $_`;

}

but I am not getting the value of $_ in the command `$MT chreplica -host
puvob02 $_`; if I print the value of $_ then it's printing fine.

but in command it's not taking that value. so my execution of command is
failing.

can u plz help.

regards

irfan.

Reply via email to