view not-used/about.pl @ 29:7742910e0479 laserkard

[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
author rlm
date Sat, 16 Jan 2010 12:25:43 -0500
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";