If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I've been learning some perl CGI and I was wondering if there was a quick and easy way to create a file with your script. (As easy as opening a file with open(filehandle,filename);).
Originally posted by Jaey: I've been learning some perl CGI and I was wondering if there was a quick and easy way to create a file with your script. (As easy as opening a file with open(filehandle,filename);).
A CGI is no different than any other Perl program. You create a file from within the CGI with open() just like you would in any other Perl program. Just remember that the CGI is run by the web server user ('www' on OSX, 'novody' on Linux), so that user has to have write access where you want to write the file.
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs