How To Force SVG To Use the Correct Content-Type

Author: , April 22nd, 2016

If when trying to use SVG as an image <img src=”image.svg”> or as a CSS background-image, the browser doesn’t display it, your web host is probably serving the SVG with the wrong content-type. Add this to your web server config or .htaccess file: AddType image/svg+xml .svg .svgz

How To Configure AWS SES Perl Scripts

Author: , October 27th, 2011

Your mileage may vary widely…

CentOS

Ubuntu

For all OS

How To Load An XML File Into MySQL Using Perl

Author: , August 3rd, 2011