should be something likemy $title = $self->param(q{title});
$self->param(xxx) returns params set by, say, your instance script. You need the params from the query which in CGI::A is in $self->query.my $q = $self->query; my $title = $q->param(q{title});
update: fixed $q->param(q{title});
In reply to Re: CGI::Application giving blank forms
by wfsp
in thread CGI::Application giving blank forms
by Poincare
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |