my $DATA2 = q` Blah blah


`; my $x = XML::Smart->new( $DATA2 ); print $x->data( noheader => 1 ); The result is:

Blah blah