| OLD | NEW |
| 1 #!/usr/bin/perl -w | 1 #!/usr/bin/perl -wT |
| 2 | 2 |
| 3 # flush the buffers after each print | 3 # flush the buffers after each print |
| 4 select (STDOUT); | 4 select (STDOUT); |
| 5 $| = 1; | 5 $| = 1; |
| 6 | 6 |
| 7 print "Content-Type: text/html\n"; | 7 print "Content-Type: text/html\n"; |
| 8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"; | 8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"; |
| 9 print "Cache-Control: no-store, no-cache, must-revalidate\n"; | 9 print "Cache-Control: no-store, no-cache, must-revalidate\n"; |
| 10 print "Pragma: no-cache\n"; | 10 print "Pragma: no-cache\n"; |
| 11 print "\n"; | 11 print "\n"; |
| (...skipping 10 matching lines...) Expand all Loading... |
| 22 print "         
0;       "; | 22 print "         
0;       "; |
| 23 print "        �
20;       "; | 23 print "        �
20;       "; |
| 24 print "         �
020;       "; | 24 print "         �
020;       "; |
| 25 print "        �
20;       "; | 25 print "        �
20;       "; |
| 26 print "        
0;       "; | 26 print "        
0;       "; |
| 27 print "        
0;      "; | 27 print "        
0;      "; |
| 28 print "         
;        "; | 28 print "         
;        "; |
| 29 print "          �
20;       "; | 29 print "          �
20;       "; |
| 30 } | 30 } |
| 31 print "</body>\n"; | 31 print "</body>\n"; |
| OLD | NEW |