in reply to
appending xml to string
You should put explicit quotes around the heredoc terminator:
$mystring .= <<'START'; ... START
[download]
If you need to interpolate in the heredoc, use double quotes.
Phil
Comment on
Re: appending xml to string
Download
Code
In Section
Seekers of Perl Wisdom