Linux : perl error and Quick fix

I was running some perl related thing s on my server .

i got an error

could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX

After searching  i found this will fix the issue very quick .

Just run this command with root privillage and the nyou can continue your perl related stuff .

perl -MXML::SAX -e [...]