I am executing perl script which contains statment like
my
@out = `$cmd`;
where $cmd is external windows command.
I am not getting output of these command in
@out array.
I have faced this issue on Win7(OS)/IE9(browser) platform.
My Temasite version is 7.2
But this things work in Window XP/IE8 browser.
Is this problem related to OS as Win7 is of 64 bit and window xp is of 32 bit,
Which will affect in executing this command?
Could anyone help me on this issue?