madison.sacd has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I try to attach query string when I use response redirect but it doesnt work. Please help me to check what is wrong with my code?
I try to attach query string when I use response redirect but it doesnt work. Please help me to check what is wrong with my code?
my $itemid = 16; my $uri = "/lender/loan/loan_details?itemid=${itemid}&Display; $c->response->redirect( $c->uri_for($uri) );
Back to
Seekers of Perl Wisdom