We tried the FormMail modifications you suggested last week, and the data file was saved but the comma separated value format didn’t work. The data file contains copies of the FormMail e-mails rather than a simple table containing the values. How do we fix it?We tried the FormMail modifications you suggested last week , and the data file was saved but the comma separated value format didn’t work. The data file contains copies of the FormMail e-mails rather than a simple table containing the values. How do we fix it?The instructions I provided create a text file containing copies of the FormMail messages with a CSV extension rather than a comma separated value table.To extract and save only the submitted form field values to such a table requires parsing the name/value pairs out of the e-mail body and writing the table. The easy fix is to modify the stock FormMail.pl script to add a subroutine that uses the standard Perl CGI module for parameter parsing and writes comma separated data values to the file. To use the CGI module, include the line: use CGI;To write an actual CSV string to the CSV file, use a statement such as:foreach $p (CGI::param()) { print CSV "$p,"}; Depending on your original form, you might need to perform some validation to ensure that each line contains values from the proper field in each column. Related content how-to Doing tricks on the Linux command line Linux tricks can make even the more complicated Linux commands easier, more fun and more rewarding. By Sandra Henry-Stocker Dec 08, 2023 5 mins Linux news TSMC bets on AI chips for revival of growth in semiconductor demand Executives at the chip manufacturer are still optimistic about the revenue potential of AI, as Nvidia and its partners say new GPUs have a lead time of up to 52 weeks. By Sam Reynolds Dec 08, 2023 3 mins CPUs and Processors Technology Industry news End of road for VMware’s end-user computing and security units: Broadcom Broadcom is refocusing VMWare on creating private and hybrid cloud environments for large enterprises and divesting its non-core assets. By Sam Reynolds Dec 08, 2023 3 mins Mergers and Acquisitions news analysis IBM cloud service aims to deliver secure, multicloud connectivity IBM Hybrid Cloud Mesh is a multicloud networking service that includes IT discovery, security, monitoring and traffic-engineering capabilities. By Michael Cooney Dec 07, 2023 3 mins Network Security Cloud Computing Networking Podcasts Videos Resources Events NEWSLETTERS Newsletter Promo Module Test Description for newsletter promo module. Please enter a valid email address Subscribe