bradhiggins
Technical User
- Sep 24, 2003
- 43
Hey all,
This may sound like an unusual question but please bear with me.
Like other programing languages such as Java you are aple to create a form of API eg a win32 .dll and then allow other applications to call these API functions to interact with your program.
Are you able to do the same using Perl?
I have a client and server script that is written in perl where the client initiates a request of data from the server which does a query on a database and returns the response back to the client script.
What I need is to allow other developers to call the client script from their applications in order to get the return results from the server scripts database query.
Am I making this too hard for myself and I don't need an API? Can a perl script be called easily from a 3rd party program and deal with the data passed back?
Any help would be greatfully appreciated.
Cheers
Brad Higgins
This may sound like an unusual question but please bear with me.
Like other programing languages such as Java you are aple to create a form of API eg a win32 .dll and then allow other applications to call these API functions to interact with your program.
Are you able to do the same using Perl?
I have a client and server script that is written in perl where the client initiates a request of data from the server which does a query on a database and returns the response back to the client script.
What I need is to allow other developers to call the client script from their applications in order to get the return results from the server scripts database query.
Am I making this too hard for myself and I don't need an API? Can a perl script be called easily from a 3rd party program and deal with the data passed back?
Any help would be greatfully appreciated.
Cheers
Brad Higgins