MK27 Posted October 2, 2008 Share Posted October 2, 2008 HI! I just started doing cgi stuff but am comfortable with perl. I have a script that I've been using locally with apache but when I finally found a place to run cgi on the web, there's a problem, because the script reads from and appends to a text file. The "read" part is fine, but trying to open for append (>>) fails. Is this "the norm"? Ie., should I give up writing to simple text files and switch to some kind of database? Quote Link to comment https://forums.phpfreaks.com/topic/126824-append-txt-with-perl-cgi/ Share on other sites More sharing options...
sKunKbad Posted October 3, 2008 Share Posted October 3, 2008 I think this HTML Help forum is the wrong place to ask this question. Quote Link to comment https://forums.phpfreaks.com/topic/126824-append-txt-with-perl-cgi/#findComment-656061 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.