Help for this page
# Unpredictable- my $x = 1 if $y; # Safe- my $x; $x = 1 if $y;
<%init> my $bio = $c->flash->{'bio'}; ... <p>My name is <% $bio->name |h %><br /> My residence is at <% $bio->address |h %></p> % }