system("iconv --from-code UTF-8 --to-code iso-8859-15 -c /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml > /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml.new"); print qq|Done converting... \n|; system("perl -p -i -e 's|UTF-8|ISO-8859-15|g' *.new"); system("rm /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml"); print qq|Removed allVacations.xml... \n|; system("mv /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml.new /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml"); print qq|Moved file ... \n|; system("rm -f /var/home/site/siteforum.com/www/admin/Plugins/Forum/Advertiser/Import/tmp/allVacations.xml.new"); print qq|Removed .new file... \n|;