in reply to Can't find string terminator "ENDHEADER" anywhere before EOF
#!/usr/bin/perl sub print_chat { print <<ENDHEADER; Content-type: text/html <html> <head><title>My Chat</title> </head> </html> ENDHEADER return 1; }
20040920 Janitored by Corion: Added code tags
|
|---|