Is there a relatively painless way to embed Perl in a VB application? If possible, I'd like to hijack VB's GUI-creation tools while still relying on Perl for the heavy lifting. I know I can call a script externally, but I'd like the whole thing to compile into a single .exe in the end.