I'm trying to write code to capture the values from a URL address line and have them sent to a file to be entered and appended for me to view later. The below code is what I'm trying to debug,because I can't get these values "John,Technician & BSdegree" from the following URL string "candidate=John&position=Technician&education=BSdegree" to get added to the dataform.html file. This script creates the file "dataform.html file" but no values are contained... Any ideas or more perl wisdom:)