Hi all... I'm working on a project to get a database to work with perl so this database can be used for purposes on the web. I've found a way that I may be able to use perl using the msgsnd & msgrcv functions. I have found very little documentation on these functions but it may be the only the only thing perl and my database program have in common with linux, they can both send and receive these types of msgs. I'm not sure even where to start. Anybody have any suggestions on msgget, msgsnd & msgrcv? Or another way I can send and receive messages between perl and this database. Thanks for any help...