Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Can't find string terminator "ENDHEADER" anywhere before EOF

by TedPride (Priest)
on Sep 19, 2004 at 01:07 UTC ( [id://392080]=note: print w/replies, xml ) Need Help??


in reply to Re: Can't find string terminator "ENDHEADER" anywhere before EOF
in thread Can't find string terminator "ENDHEADER" anywhere before EOF

Yes, he's right. The end tag has to be by itself on the line. Here's your code without errors:
sub print_chat { print <<ENDHEADER; Content-type: text/html <html> <head><title>My Chat</title> </head> </html> ENDHEADER } return 1
(though I don't understand why return 1 is outside the end } ?)
  • Comment on Re^2: Can't find string terminator "ENDHEADER" anywhere before EOF
  • Download Code

Replies are listed 'Best First'.
Re^3: Can't find string terminator "ENDHEADER" anywhere before EOF
by Anonymous Monk on Aug 03, 2007 at 14:47 UTC
    This is usually because there are spaces before "ENDHEADER" There should not be spaces before second ENDHEADER. Regards, Ivan
      Ivan! Many thanks for your comment! Bolshoe spasibo!
      Thanks! Never would have thought it was as simple as that. =)
Re^3: Can't find string terminator "ENDHEADER" anywhere before EOF
by Anonymous Monk on Dec 09, 2011 at 06:54 UTC
    serioulsy its working out... there should be any space between 2nd ENDHEADER.. generally we keep tab and type. thats the exact mistake

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://392080]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found