On Mon, 08 Jan 2007 17:03:45 +0000, Steve Loughran <[EMAIL PROTECTED]> wrote:
>Is it relatively easy to do with the AS dev kit? Are there any online >help/FAQs about it? or will I be taking a trip to the local bookstore to >get some AX books (and convert back into perl code :) ) The PDK includes a step-by-step tutorial of a simple components: http://aspn.activestate.com/ASPN/docs/PDK/6.0/PerlCtrl_build.html Note that you cannot actually create GUI ActiveX controls with PerlCtrl, it really creates just COM components (as .DLLs) that can be called from other languages. Why don't you just download it with a trial license and see if it works for you: http://www.activestate.com/Products/Perl_Dev_Kit Cheers, -Jan