PDA

View Full Version : CGI Text File writing


deverill
07-06-2003, 06:23 PM
I am going around in circles... I want to read and write to a text file in my cgi-bin, using perl.

does anyone have any idea about the process, or where I can find the info...

I have been on this for two days...

thanx in advance,

monkeybrainz
07-09-2003, 06:56 AM
it's not too hard once you get the hang of it. here's a tutorial from an excellent developer site:
working with files in perl (http://www.devshed.com/Server_Side/Perl/Perl101_8/page2.html)

here are a bunch more perl tutorials (http://www.devshed.com/Server_Side/Perl)

good luck
-mb