background preloader

Perl

Facebook Twitter

How to wrap Win32. I know about OO for a long time, but I am quite new to Moose.

How to wrap Win32

I read the cookbook and much more, but I am still not sure, when to use what construct and would appreciate some advice. Thank You for pushing me forward. Creating COM and DCOM objects with Perl. Win32: PerlCOM and PerlCtrl - The Perl Journal, Fall 1998. Brian Jepson When you're developing a non-trivial application, you'll often have to glue that application to something else.

Win32: PerlCOM and PerlCtrl - The Perl Journal, Fall 1998

That something else could be a data server, a library of functions, or some sort of visual component. If there is a single, widely accepted way of doing things, the act of gluing doesn't have to be traumatic. However, it's not always this easy.