in reply to Re^2: keeping variables separate
in thread keeping variables separate
I think it's not so much the $r object and its params, but rather some other data structure that's retaining the values. At least, in your original post, it isn't clear where %ship_address comes from, how data gets into it, if it's global (which could be the problem), or if you do empty it on every request, etc. In other words, it's hard to provide anything else than general hints without seeing the actual (complete) code...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: keeping variables separate
by RandomWalk (Beadle) on Apr 20, 2009 at 18:50 UTC | |
by almut (Canon) on Apr 20, 2009 at 20:11 UTC |