in reply to Re^3: how to create a perl program using filehandle and streams ?
in thread how to create a perl program using filehandle and streams ?
the following error occured
C:\strawberry\perl\bin>perl not.txt Precedence problem: open not should be open(not) at not.txt line 1. String found where operator expected at not.txt line 2, near "print FI +LEHANDLE " " (Might be a runaway multi-line "" string starting on line 1) (Missing semicolon on previous line?) Bareword found where operator expected at not.txt line 2, near "print +FILEHANDLE "hello" (Do you need to predeclare print?) syntax error at not.txt line 1, near "not." Can't find string terminator '"' anywhere before EOF at not.txt line 2 +.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to create a perl program using filehandle and streams ?
by marto (Cardinal) on Apr 01, 2011 at 09:46 UTC | |
by Monk_perl (Initiate) on Apr 01, 2011 at 10:19 UTC | |
by marto (Cardinal) on Apr 01, 2011 at 10:26 UTC | |
by GrandFather (Saint) on Apr 02, 2011 at 22:13 UTC | |
by Monk_perl (Initiate) on Apr 01, 2011 at 10:42 UTC | |
by marto (Cardinal) on Apr 01, 2011 at 11:07 UTC | |
|