in reply to Wont write to text file.

A couple observations:

Replies are listed 'Best First'.
Re: Re: Wont write to text file.
by chromatic (Archbishop) on Aug 01, 2002 at 14:50 UTC

    param() does indeed return parameters from POST and GET. Since you don't use CGI.pm, please at least check the documentation if you're going to give advice about it.

      Thanks for the hint. I was not sure, so I read the POD documentation, but could find no reference to what happens if you just call param()

      Or maybe I shouldn't RTFM without having a cup of coffee beforehand ;-)