Re: [perl #60554] BUG: 'our' variables getting lost in NQP actions

2008-11-18 Thread Bernhard Schmalhofer
Patrick R. Michaud via RT schrieb: On Sat, Nov 15, 2008 at 11:46:01AM -0800, Bernhard Schmalhofer wrote: In Pipp I encountered the problem that an our variables seem to get lost in NQP actions. This means that I had set an our variable in one action. When trying to look at the variable in

Re: [perl #60554] BUG: 'our' variables getting lost in NQP actions

2008-11-18 Thread Patrick R. Michaud
On Sat, Nov 15, 2008 at 11:46:01AM -0800, Bernhard Schmalhofer wrote: > In Pipp I encountered the problem that an our variables seem to get > lost in NQP actions. > This means that I had set an our variable in one action. When trying to > look at the > variable in a subsequently called action, t