view not-used/about.pl @ 64:3ded7746d484 laserkard

[svn r65] changed "the story" back to "about"
author hong
date Thu, 01 Apr 2010 20:13:58 -0400
parents 599d0315537d
children
line wrap: on
line source
1 #!/usr/bin/perl
4 sub gen
5 {
6 open FILE, "<./about.php";
7 return do { local $/; <FILE> };
9 };
11 print "Content-type: text/html\n\n";
13 $rr = &gen();
14 print "\n";
15 print $rr;
16 print "\n";