phildeman has asked for the wisdom of the Perl Monks concerning the following question:
I am attempting to retrieve values from %ENV. Since I am using Catalyst, I am using $c->request to access various variables.
Some variables return values some variables return errors, such as 'Can't store CODE items at....
http://search.cpan.org/~jjnapiork/Catalyst-Runtime-5.90114/lib/Catalyst/Request.pm shows a list of variables to access values.
I tried access some values from the list, such as $c->req->params. But some give me the error "Can't store CODE items at..." or
"Can't store GLOB items at....".
Any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't store CODE items at
by Your Mother (Archbishop) on Apr 18, 2017 at 21:51 UTC | |
by phildeman (Scribe) on Apr 19, 2017 at 13:22 UTC | |
|
Re: Can't store CODE items at (Catalyst)
by Anonymous Monk on Apr 18, 2017 at 21:22 UTC | |
by phildeman (Scribe) on Apr 19, 2017 at 12:46 UTC |