Q:
How can I import data from mysql into a perl program?
I am using a program called "Ligature" that is a web application to import ligature information from a mysql database into a html web site. I am trying to write a perl program that will use that same ligature database information to process ligatures on a character sheet.
Ligature requires data to be imported into three columns in a mysql table.
Each row in the database has a 'prefix', 'ligature', and 'legend' column.
A simple example from the ligature application is shown below:
prefix
Related links:
Comments