Hi, I'd like to write a little poe script that will query a database table. I'm using Class::DBI. I saw some prebuilt components that use plain old DBI, but thats not really what i want.
I'd like to do something like: - connect to some external server - read table continously (maybe once a second) - if I find something interesting in the table talk to the external server - meanwhile, do some other stuff with the external server and I want to poll the database till I cancel the program But I'm having sort of a hard time getting started. Are there any examples of something like this I can look at? Thanks Jay
