in reply to Re^4: Passing Parameters via hyperlink
in thread Passing Parameters via hyperlink
Within your template, param('name') should be available. Outside of your template, in controller code it would be $c->param('name'), or in a "lite" app, $self->param('name').
Dave
|
|---|