in reply to Human Readable Date
Global symbol "$s" requires explicit package name at /home/bishopjd/documents/Goomba line 35. Global symbol "$s" requires explicit package name at /home/bishopjd/documents/Goomba line 35. Execution of /home/bishopjd/documents/Goomba aborted due to compilation errors.
You changed the code in your question. In the original version of this post, before you edited it, the line, "my $s = stat( $farm );" wasn't there. And that's why you were getting a message saying that you hadn't properly declared $s. Now that you've updated your code, you should probably update what the error message is that you're now getting.
Update: And now you've changed it again, removing the error message that you originally posted, and simply stating the extremely vague "Nothing seems to work." How can we help you when you don't tell us exactly what it's doing. And how can we help when you change the question while we're responding?
Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Human Readable Date
by FireyIce01 (Novice) on Jan 18, 2005 at 05:24 UTC | |
by davido (Cardinal) on Jan 18, 2005 at 05:54 UTC | |
by FireyIce01 (Novice) on Jan 18, 2005 at 06:06 UTC | |
by davido (Cardinal) on Jan 18, 2005 at 06:18 UTC | |
by FireyIce01 (Novice) on Jan 18, 2005 at 06:35 UTC |