"Charles K. Clarkson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Besides the close, these look the same to me. How is > Andrews' solution wrong? > > : use CGI; > : my $q = new CGI; > : my $record = $q->param('text_field'); > : open(OUTFILE, ">output.txt") or die "Can't open output.txt: $!"; > : print OUTFILE $record; > : close OUTFILE; I will try them both and see!
Bob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]