I want to Export the registry information (Windows, regedit) to a file. I want to do it in perl. Normally, a user would type "regedit" in the Run box. Go to "File" menu and select "Export". This would export a file. I want to write a program that would automatically run the regedit and export the file. Does anyone know how to do it? What module to call?