Can I use Catalyst to display images or graphs?
Posted
by Octopus
on Stack Overflow
See other posts from Stack Overflow
or by Octopus
Published on 2010-04-28T11:21:53Z
Indexed on
2010/04/28
20:37 UTC
Read the original article
Hit count: 339
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.
© Stack Overflow or respective owner