Re: Need help with a question.
- From: "Erwin van Koppen" <invalid@xxxxxxxxxxxxxxx>
- Date: Sat, 28 Jun 2008 18:45:03 +0200
"Trev" wrote:
How come these errors only appear when I use Sub { } ?
For one thing, you should use lowercase: sub { }
open (BOO, "<blah2.txt");
@lines=<TMP>;
You open BOO, but use TMP (which is not opened).
And, you don't check to see of BOO can be opened.
Fix these things, then it should run. However, I doubt it will do what you
want it to do...
.
- Follow-Ups:
- Re: Need help with a question.
- From: Trev
- Re: Need help with a question.
- References:
- Need help with a question.
- From: Trev
- Need help with a question.
- Prev by Date: Need help with a question.
- Next by Date: Re: Need help with a question.
- Previous by thread: Need help with a question.
- Next by thread: Re: Need help with a question.
- Index(es):
Relevant Pages
|