in reply to Writing to a file

My friend,

Do you seriously expect anyone to answer you when you post 100 lines of code with the comment "I can't seem to get it to work"?

Here's a useful piece of advice: when asking for help, explain what the problem is. What doesn't work? What error messages?

Here's another, which you don't deserve: Perl has a debugging option which you can use as follows:

perl -d scriptname.cgi

David

dave hj~