Hi guys,
I am running a command in command prompt say for example "hostname" in perl using system("hostname") I need to get the output generated by the command into the program flow directly without putting it into a file please let me know how to do this thank you