in reply to XML::Simple oddness
You have to be very careful to initialize all your variables before you use them. Additionally, you must avoid my variables that are used both inside and outside of subroutines.
Failing either one of those could lead to a variable holding a value that it got from a previous execution of the mod_perl script.
How is $r declared and set in your code?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::Simple oddness
by lindex (Friar) on May 16, 2001 at 07:12 UTC | |
by chipmunk (Parson) on May 16, 2001 at 07:35 UTC |