in reply to
Re: Re: Reading data from a document.txt
in thread
Reading data from a document.txt
Are you running these scripts on different machines? They show perl as being in different places.
Add a -w to your #! lines.
use strict;
Indenting your code makes it much easier to read.
You didn't tell us what you want to accomplish, so we can't help you do it.
You forgot to ask a question.
Comment on
Re: ALL MY SCRIPT
Download
Code
Replies are listed 'Best First'.
Re: Re: ALL MY SCRIPT
by
jsprat
(Curate)
on Jun 12, 2002 at 18:07 UTC
7.
open LOG, '<messages.txt'
or die "open failed: $!";
8. If this is from the book, get a different book!
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom