in reply to Perl : Unable to use filehandle to open a file
(note the two angle brackets instead of one)open HELLO, ">>file.text" or die "open failed: $!";
As for the compilation error, you'd have to show us the actual text of the error message. If the message mentions a particular line number, you'd have to show us your code in such a way that we can tell what line that is. (Use "<code>" and "</code>" around the text of the script.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl : Unable to use filehandle to open a file
by koleti (Novice) on Nov 18, 2007 at 00:40 UTC |