in reply to Embedding Perl in VB

I've done this, more or less, with Excel and VBA, in the past. It's quite convient. I simply created a Microsoft Script Control object, eval'd do 'file.pl', then eval()'d my real code. It was easy -- had all the advantages of VBA, and all of the advantages of perl.

Unfornatly, I can't seem to find the excel sheet, only the perl code, which isn't very interesting.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).