I am getting this error message when I try to compile this file.
ERROR MESSAGE = 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;
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |