Parent Directory
|
Revision Log
1 package WeBWorK::Test; 2 3 # print() the page requested. 4 # args: form data, course-env 5 sub gen_page() { 6 print<<EOT; 7 Content-type: text/html 8 9 <html> 10 <head><title>Welcome to Hell.</title></head> 11 <body> 12 <h1>There you go.</h1> 13 </body> 14 </html> 15 EOT 16 } 17 18 1;
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |