I was curious if I could throw up a Perl website on my hosting account. There was thankfully a non-official build pack that let me do it.
I created a test subdomain and threw together a very very simple "leave a message" site just to see if it works. ...and it does! It has a very simple DB backend to save the messages posted. Originally, I had them just in memory for testing but wanted to see if the DB connection functionality worked as well.
I'm not really sure what else I'm going to do with it though. First thought was "Wry - Perl" but I might be done with porting Wry for right now. Plus
Wry HTML is already pretty complete web conversion. Maybe make it a fully fledged Guest Book and link to it from the NE site?
Test site:
https://perl-test.herokuapp.com
Surprisingly "perl.herokuapp.com" isn't taken yet..