in reply to Initialised values that fail to initialise..?
print "$current others have gathered information here.\n";
The value cannot be initialized, because you are getting a compile time error. And you are getting that because in that line, no variable $current has been declared.
If you properly indent your code, it will become obvious.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Initialised values that fail to initialise..?
by Anonymous Monk on Apr 26, 2003 at 14:33 UTC |