in reply to
Creating a String
i figured out why i have been getting errors. When using the XML::Mini::Document package, when it generates an XML child it does so in this manner:
<TAG> TEXT </TAG>
[download]
I wasnt taking into account the extra tab that this package puts in. I used
map{ s/\s//g }@icpList;
and it works now. Thanks for the help
Comment on
Re: Creating a String
Select
or
Download
Code
In Section
Seekers of Perl Wisdom