Click to See Complete Forum and Search --> : Reading and Writing


SniperX
04-23-2003, 04:48 AM
Does any one know how to read and write to files in CGI - im new to this stuff

|Thnx in advance|
MW

jeffmott
04-23-2003, 05:51 PM
I'm going to assume that you with to know how to read/write files in Perl, since CGI is not a language.

http://www.perldoc.com/perl5.8.0/pod/func/open.html
http://www.perldoc.com/perl5.8.0/pod/perlopentut.html

SniperX
04-23-2003, 11:46 PM
Thanx alot for that it has helped.