Tag Archives: example

PERL connect to SQL server

To connect you PERL application to an SQL server is pretty easy. First you need the driver for supporting SQL connections. Install driver: Open command prompt Typ: ppm install DBD-mysql After a correct installation of the driver your SQL connection … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

First steps in Perl parsing CSV from Mamut to Joomla Virtuemart

Today at the office I was asked to help migrating the webshop from Mamut to Joomla Virtuemart. I installed the new webshop, and used the plugin CSVImport to import all data about the products. As allways Mamut was a pain … Continue reading

Posted in At the office, Programming | Tagged , , , , , , , , , , , , , | 3 Comments