Brother monks here gathered, I understand the written Perl required, but please tell me where my data files should be placed. My CGI is in the cgi-bin directory. All permissions are setup. Where do I put the data files such that they can be written to, and read by the CGI?
open (MYFILE, ">>/usr/???/???/text.txt");
print MYFILE "where do I place my data file text.txt\n";
close (MYFILE);
OK brothers show me the light, and the error of my ways. Thanks.