Guest_imported
New member
- Jan 1, 1970
- 0
I am unfamiliar with Perl and I could use some help here. I have written a Java Applet that needs to save data to a text file. However, Java can't write to a file because of security issues. So, I used Java to POST the data to a cgi script. The data is formatted exactly as it needs to be in the final text file.
Basically, I need this CGI Perl script to put the whole chunk of data in a text file. Can anyone give me some tips on how to go about this?
Thanks
Basically, I need this CGI Perl script to put the whole chunk of data in a text file. Can anyone give me some tips on how to go about this?
Thanks