isync has asked for the wisdom of the Perl Monks concerning the following question:
sub somerunmode { my $value1 = $self->param('key1'); my $value2 = $self->param('key2'); ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Application - alternative to using $self->param?
by polettix (Vicar) on Nov 21, 2007 at 01:12 UTC | |
|
Re: CGI::Application - alternative to using $self->param?
by pc88mxer (Vicar) on Nov 21, 2007 at 00:06 UTC | |
by friedo (Prior) on Nov 21, 2007 at 00:20 UTC | |
by Anonymous Monk on Nov 21, 2007 at 01:10 UTC | |
|
Re: CGI::Application - alternative to using $self->param?
by saberworks (Curate) on Nov 21, 2007 at 04:10 UTC | |
|
Re: CGI::Application - alternative to using $self->param?
by nedals (Deacon) on Nov 21, 2007 at 07:33 UTC | |
|
Re: CGI::Application - alternative to using $self->param?
by isync (Hermit) on Nov 21, 2007 at 10:34 UTC | |
|
Re: CGI::Application - alternative to using $self->param?
by trwww (Priest) on Nov 21, 2007 at 21:17 UTC |