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...
Month: July 2020
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...