Skip to content

Instantly share code, notes, and snippets.

@phillipadsmith
Created April 24, 2009 23:36
Show Gist options
  • Save phillipadsmith/101399 to your computer and use it in GitHub Desktop.
Save phillipadsmith/101399 to your computer and use it in GitHub Desktop.
<%perl>;
foreach my $e ( $element->get_elements(qw(paragraph))) {
$m->print('<p>', $e->get_data, "</p>\n");
}
</%perl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment