Playing around with #starman and #dancer2, since apparently no one uses #perlcgi any more.

If anyone can recommend some beginner resources, I'd appreciate it, specifically around form processing and DB interactions.

#perl #selfhosting #selfhosted #webcrafting #webserver

Today while upgrading a server with a 20+ year old Perl CGI app, I learned about cgi scripts that start with nph-. These are NPH files -> NPH = No Parsed Headers. On a modern server the scripts crash with an apache 500 error, but not enter an error in the logs.

After spending way to long on this, the solution is simply to remove the - in the file name.

Servers in the late 90’s and early 2000’s were more fun 🀣

#perlcgi #programming