I currently have an html form that when submitted executes a perl script that writes directly to a .txt file. I would like to also have that .txt automatically update an excel spreadsheet each time it's updated rather than have to manually import into that spreadsheet. Does anyone know how I can accomplish this using perl?