String Perl

sub printHeaders(){
   print<<'eof';
   Content-Type: text/html
   
   
   Page
   
   
   eof
   return (1);
}