|
-
Apr 13th, 2002, 05:05 AM
#1
Thread Starter
New Member
Perl in VB
Does anyone here know if there is a way to use a perl script as a module for VB?
For example.. Have a perl script..
sub add {
my (a,b) = @_;
return a+b;
}
...
And in Vb be able to call it with simply..
MsgBox add(1,2) ..or something..
This is just a simple example.. But can it be done?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|