open(STATUS, "ipconfig |"); while () { print $_; } close(STATUS); #### open(STATUS, "ipconfig bla1 |"); while () { print $_; } close(STATUS);