#NAME Mojolicious::Guides::Cookbook - Cooking with Mojolicious #OVERVIEW This document contains many fun recipes for cooking with Mojolicious. #CONCEPTS Essentials every Mojolicious developer should know. #Blocking and non-blocking operations A blocking operation is a subroutine that blocks the execution of the calling subroutine until the subroutine is finished. sub foo { my $result = blocking_su