# Unpredictable- my $x = 1 if $y; # Safe- my $x; $x = 1 if $y; #### <%init> my $bio = $c->flash->{'bio'}; % if ( $bio ) {

My name is <% $bio->name |h %>
My residence is at <% $bio->address |h %>

% }