flamey has asked for the wisdom of the Perl Monks concerning the following question:
but both A and B return nothing (empty). I did Dumper(\$self) and I can see all the parameters and values are there. What can be the issue?my ($self) = @_; ... my $subj = $self->param('subject'); # a my @all_params = $self->param(); # b
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Application, $self->param() doesn't return
by derby (Abbot) on Sep 14, 2009 at 13:06 UTC | |
by flamey (Scribe) on Sep 14, 2009 at 14:45 UTC | |
|
Re: CGI::Application, $self->param() doesn't return
by leocharre (Priest) on Sep 14, 2009 at 14:00 UTC | |
by flamey (Scribe) on Sep 14, 2009 at 14:47 UTC | |
|
Re: CGI::Application, $self->param() doesn't return
by Anonymous Monk on Sep 14, 2009 at 12:04 UTC |