Hello everyone! This is my first post here so I would be honored to get some of your advice.
I would like to retrieve data from a FileMakerPro database using a perl script. I don't know of a way to do this directly, but that would be a great option if anyone can think of something.
The other idea which I thought of is setting up the FileMaker database with web sharing and using LWP::simple get() with a query URL to simply grab the web page source from the html that the FileMaker server returns. I could make a CDML format page specially 'engineered' for this task so I could make some nice regexp to pull out the info.
So that's my idea, but it's complex and I wanted to know if anyone here can think of an easier way. Thanks!