Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created March 1, 2013 15:24
Show Gist options
  • Select an option

  • Save tobyink/5065356 to your computer and use it in GitHub Desktop.

Select an option

Save tobyink/5065356 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
sub abc {
<html>, "Hello", </html>;
}
sub xyz {
use HTML::Tags;
abc();
}
print HTML::Tags::to_html_string xyz();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment