Hi, i am running system command using following line in perl script
($stdout,$stderr) = capture_exec("$workspace\\Dev_Tools\\Nant\\bin\\nant -buildfile:abc.build $target"); print "$stdout\n"; print "$stderr\n"; now the issue is , the contents of these variable gets printed on console after this command gets executed i need to print the output of this command as it is executed what does it mean that, whenever there is a new entry in these variable, it should print that immediately on console please suggest regards irfan