% if ( $link eq 'popup' ) { <% include('/elements/header-popup.html', $title ) %> % } else { <% include("/elements/header.html", $title, '') %> % } % if ( $cgi->param('error') ) { Error: <% $cgi->param('error') %> % }