On Fri, Mar 18, 2011 at 4:51 PM, Shawn H Corey <shawnhco...@gmail.com>wrote:
> On 11-03-18 04:31 PM, shawn wilson wrote: > >> my $writer = shift->( >> [ 200, [ "Content-type" => "text/plain" ], $s ] >> ); >> > > shift will shift @_ in a sub and @ARGV outside of one. So the first > question is this inside a sub or not? > > > this is where this comes from: http://www.samuelkaufman.com/blog/2011/03/16/streaming-with-plack-take-2/