
sodkgb
New User
Nov 10, 2011, 1:07 PM
Post #1 of 1
(4152 views)
|
|
Saving SSL Form Data
|
Can't Post
|
|
Hi All, I have created an online form using PERL. I have purchased a SSL Certificate and now my script runs correctly with a lock in the bottom of the screen. I am now not sure how to conduct a simple save of data to a text file based on variables pasted to the script by an online form. This use to work: #$file = "test_data.dat"; # open(COUNT_ATTEMPTS,">$file"); # print COUNT_ATTEMPTS "testing 123"; # close(COUNT_ATTEMPTS); Not sure how to save data captured from an SSL form. Any advice? Kevin
|