Hi Monks.
($output) = `/home/jhon/upload -yes `;
iam getting directly out put in the screen not in $output
Even i tried with IPC::Cmd it is not show out put in the screen.
if i run using Net::TelNet through remotely i am able to capture the entire out put.
@output = TelnetObject->cmd(String => "/home/jhon/upload -yes ");