Here document-issue
dear all
i am new to perl. when i run my basic perl program as follows
print<<EOF;
HELLO MY NAME IS MANISH ARORA
EOF
i am getting this error
Can't find string terminator "EOF" anywhere before EOF at PERL.plx line 1.
please help
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
dear all
i am new to perl. when i run my basic perl program as follows
print<<EOF;
HELLO MY NAME IS MANISH ARORA
EOF
i am getting this error
Can't find string terminator "EOF" anywhere before EOF at PERL.plx line 1.
please help
Sounds like there's a stray space after the EOF. Careful with that.
(BTW, there's no need to yell. Perl understands lowercase letters quite as well as caps.)
Trentacle
Junior Poster in Training
72 posts since Dec 2010
Reputation Points: 110
Solved Threads: 20
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1