Re: New to PerlNET

2007-10-26 Thread TonyShirt
> Are you sure you want a .Net DLL? Looks to me like you need a COM DLL > instead. How do you try to register it? Via regsvr32? If yes then you > most definitely need a COM DLL. And need to look at PerlCtrl, not > PerlNET. > > Jenda > = [EMAIL PROTECTED] ===http://Jenda.Krynicky.cz= > When

New to PerlNET

2007-10-24 Thread TonyShirt
I'm trying to build a .Net dll that I can call from VBA from some perl. I've fiddled around with the PerlNet application and docs and I just cant seem to get it to work. Here is the object I'm trying to convert: package SNPutils; #Constructor sub new { my($package) = @_; return bless {}, $package