We have reached the last part of Mojolicious series. We have so far built a new project with Mojolicious full_app, created a home page for our website, then we looked at layouts & templates, and finally ended our last article...
Tag: web development
Perl / Mojolicious
Mojolicious (Part 3): Session Management
In the previous article we made our home page beautiful by adding a HTML template using the concept of Templates and Layouts. Let us now see how we can restrict access to our website to only registered users. We will...
Perl / Mojolicious
Mojolicious (Part 2): Layouts and Templates
Now that we have our Home Page built in the previous article, let's extend our project from it. Our home page looks quite dull and boring, so let's add some color to it. This can be achieved by Layouts and...
Featured, Perl / Mojolicious
Mojolicious (Part 1): Build Full App
In the previous article we looked at how to install Mojolicious, build a hello world web app, test it and deploy the same in the instance. In the course of next few articles, we will look at building a mini...