Can I use Catalyst to display images or graphs?

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.

+3
source share
3 answers

Catalyst / ?

, CGI script, Catalyst (view).

/ , Catalyst::View CPAN.


cgi/perl scritps Catalyst?

CGI script Catalyst, Catalyst::Controller::CGIBin

, Catalyst MVC, CGI script (Model, View Controller).

+1

Catalyst:: View:: Graphics:: Catalyst.

+1

Catalyst:: View:: Jemplate

, , API / . , , ...

+1

Source: https://habr.com/ru/post/1743156/


All Articles