Help for this page
Today is <% $a = localtime(time); print $a; %>
my $a = "important value"; ... # print resulting text # keep using variable $a, expecting the value will still be "important + value"...