The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Manual::Cookbook - Cooking With Mojo

RECIPES

Starting a new project

You can just use the mojo program to generate a fresh directory structure and get started in no time with your project.

    mojo generate app PetStore

If you want to use the Mojolicious MVC web framework the command changes only slightly.

    mojolicious generate app PetStore