I have a simple web server based on Perl / CGI scripts, which is mainly used to display graphs and images. I am looking to make it more technical and learn about Catalyst. I installed all the necessary Perl modules on my test platform and created myweb application. In addition, I am reviewing Catalyst documents to achieve my goal, but so far nothing has helped.
- Is Catalyst useful for displaying images / graphics on the Internet?
- How can I use existing CGI / Perl scritps with Catalyst?
Any example would be really appreciated.
Space source
share