in reply to Re^3: Best practices for warnings about wrong context
in thread Best practices for warnings about wrong context
same as$c->response->body(wantarray)
my $x = wantarray; $c->response->body($x)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Best practices for warnings about wrong context
by Your Mother (Archbishop) on Oct 05, 2015 at 17:23 UTC | |
by vsespb (Chaplain) on Oct 05, 2015 at 17:33 UTC | |
by Your Mother (Archbishop) on Oct 05, 2015 at 19:13 UTC |