<% set_interpolation_regex( qr#\|(.*?)\|# ); $template->set( bird => { pre => '|@name| |@gender| |@type|' } ); %> <%= apply_templates( '//bird' ) %>