siva_kumar25 has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I am new to perl dll , Is it possible to call a specific function in dll?
I have a perl dll which contains functions for various operations ,
I would like to access a particular function in that dll, Please let me know is that possible.

Thanks & Regards,
R.Sivakumar

  • Comment on How to call specific a function which resides inside a perl dll?

Replies are listed 'Best First'.
Re: How to call specific a function which resides inside a perl dll?
by blazar (Canon) on May 25, 2007 at 08:48 UTC
    I am new to perl dll , Is it possible to call a specific function in dll?

    siva_kumar25, I suppose that many wondered, but I'm the first to explicitly ask: what is "a perl dll"? Whatever, I suppose you may be interested in chromatic's P5NCI. There are some other, platform specific, modules which also let you access libraries and functions therein.