On Oct 22, 7:49 pm, [EMAIL PROTECTED] (Yitzle) wrote:
> The '/' is used on Unix, but not on Windows.
> Try replacing it with a '\'
> open(READFILE1,"<.\Sample_text_file.txt") or die ("Cannot open the given 
> file");
> Or maybe just drop the './' entirely.

To the OP, please ignore this post completely.  It is very wrong, and
will lead you to more complicated errors.

Yitzle, I'm sure you mean well, but taking random guesses at what
might be wrong, and worse, at what a solution might be, are far worse
than giving no advice at all.

Paul Lalli


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to