};
if ($@) {
warn "Error reading file $file";
die "\nError reading file $file.\nMake sure you are using the correct user (use koha-shell should resolve this problem)\n\n";
}
return $xml;
-