#!/usr/bin/perl
use Mooix::Thing;
run sub {
	my $this=shift;
	return join("\n<p>\n", @_)."\n<p>\n";
}
