I have simple Perl/CGI scripts based web server which is mainly used to display graphs and images. I am looking to make it more technical and come to know about Catalyst. I have installed all the required Perl modules on my test platform and created an application called myweb. Also, I am going through the Catalyst documents to reach my goal but nothing helpful yet.
- Is Catalyst helpful to display images/graphs on web?
- How can I use my existing CGI/Perl scritps with Catalyst?
Any example would be really appreciated.