in reply to Re: Wont write to text file.
in thread Wont write to text file.

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.

Replies are listed 'Best First'.
Re: Wont write to text file.
by crenz (Priest) on Aug 01, 2002 at 15:10 UTC

    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 ;-)