- or download this
use strict;
use warnings;
...
$foo->subtag ('Bar');
print $xml->make ();
- or download this
<Body><Foo>Bar</Foo></Body>
- or download this
use strict;
use warnings;
...
my $spew = My::Spew->_new ();
print $spew->Body ($spew->Foo ('Bar'));