in reply to Re^4: Program unsuspectingly dies with no reason why.
in thread Program unsuspectingly dies with no reason why. -FIXED!
The error "Global symbol "$removeq" requires explicit package name" is what you get (under strict) when you try to use a variable named $removeq without declaring it with my. In the code you posted originally, there is a my declaration for $removeq, so I don't know why you'd be getting this error now. I'd need to know what else is changed. Maybe you could post an updated copy of the code you're using.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Program unsuspectingly dies with no reason why.
by misconfiguration (Sexton) on Feb 15, 2008 at 17:00 UTC | |
by kyle (Abbot) on Feb 15, 2008 at 17:24 UTC | |
by misconfiguration (Sexton) on Feb 15, 2008 at 18:07 UTC |