Help for this page

Select Code to Download


  1. or download this
    open (OUTPUT, "C:\\configInfo.exe |") ||
       die "Couldn't run configInfo.exe - $!\n":
    while (<OUTPUT>) {
       # do stuff which each line of OUTPUT...
    }