in reply to Wont write to text file.

Why aren't you creating a new CGI object and using its methods?

Try this way:

use CGI; $q = new CGI; $webpage1 = $q->param('first');

Hope this helps. Ciao, Valerio