in reply to LWP & callbacks

Well, I sorta found a solution for the problem - wrote a simple recursive function that keeps on doing $res->previous to check if the _previous exists & then finally returns the required response blessed reference back. This still does not address my original question - why is it happening & how can I debug/figure out what is going on. So if anyone has any input regarding that, please chime in.

Replies are listed 'Best First'.
Re^2: LWP & callbacks
by Your Mother (Archbishop) on Jun 23, 2010 at 19:44 UTC
    But, if I try to take the same piece of code & plug it into our framework as a class method & invoke it on the same machine, the response is little bit different:

    Your answer lies there. Your unnamed, unguessable framework is doing something wonky with your unshown code. If you show what you're doing, you're more likely to get help. Right now, unless someone happens to have have exactly the same experience, you probably have a better chance of winning the lottery. :)