- replies
- 0
- announces
- 0
- likes
- 1
@nuintari @fellmoon Although, I suspect that perl doesn't have many (or any?) proper web frameworks and you use CGI? That probably opens you to a world of injection attacks that you won't get on for example, a flask app that runs on wsgi. I'd still recommend Python for something like this for various reasons, but if it works, it works!