Hi,
I am new to perl, mac and the entire process of sending content to the ibookstore. Can someone help me on how to use the perl script in this scenario? what DB is it accessing? whats the structure of the DB? how do i configure it on my mac? what are the inputs the perl script requires? etc
thanks,
karthik
Comment on Re: itmsp generator for itunes bookstore
I saw your response a little late, but for anyone else with similar questions:
I have a MySQL database that has all the metadata for the books in it. It runs locally and I pull the data from it to feed this program. It could easily be replaced with a CSV input file or an excel spreadsheet and the appropriate file reader.