I was looking for some Perl code for a script and came across a book exchange I wrote and open sourced in 1999. I created a zip file of the Perl and Turbine versions.
I don't expect this to really be useful to anyone, but I thought a few people would enjoy reminiscing over CGI.pm. I swear I'll get back to writing about Flex one of these days.
Comments (2)
use CGI qw/:standard/;
print header, start_html("Memories"), h1("Ahh the good old days."), end_html;
Posted by Daniel R. | February 5, 2008 8:36 AM
Posted on February 5, 2008 08:36
Well, I don't know if I'd call them the good old days... :)
Posted by Brian Deitte | February 6, 2008 4:21 PM
Posted on February 6, 2008 16:21