chen li schreef: > my $name=$query_obj->param('text_field'); > print $query_obj->p,"This is your name $name", > "\n\n"; #line31 > [...] > Use of uninitialized value in concatenation (.) or > string at cgi_7.pl line 31.
my $name = ($query_obj->param('text_field') or 'Joe?'); -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>