Shouldn't it send out an html page? Why doesn't this work? It says: Can't find string terminator "EndHTML" anywhere before EOF#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type:text/html\n\n"; print <<'EndHTML'; <html> <head> <title>Fish Report</title> </head> </body> </html> EndHTML
In reply to String terminator problems. by maddfisherman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |