in reply to text file w/o CGI

One more possibility. Have the form post by e-mail. Then have a perl script read the mail box every so often and write the text file. No CGI that way but you'll need the root user/Administrator to set up a cron/scheduled job to run the perl script every so often.

And, of course, if you had a helpful root/admin you wouldn't have this problem in the first place. =) But I wanted to point out your problem is solvable with perl and some ingenuity!

--
$you = new YOU;
honk() if $you->love(perl)

Replies are listed 'Best First'.
Re: Re: text file w/o CGI
by alfie (Pilgrim) on Apr 05, 2001 at 13:12 UTC
    Please keep in mind that having the form mailed has to be supported by the browser - and that's not possible in every browser that is around (and used, of course :). So if you really want to use that keep in mind that it won't work for everybody!
    --
    Alfie