Kprasad wrote:
> Could anyone tell me that what is process to create DLL
> file from perl script (.pl) file?

Depends on what you want to do with that DLL file.

The ActiveState Perl Dev Kit has tools to create either a
COM control (PerlCtrl) or a .NET assembly (PerlNET) from
code written in Perl.

    http://www.activestate.com/perl_dev_kit/

There is however *no* mechanism to turn a Perl script into
a DLL and then have Perl functions be callable directly from
e.g. C code without going through COM or .NET.

Cheers,
-Jan

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to