|
-
Oct 17th, 2003, 04:22 AM
#1
Thread Starter
Evil Genius
Perl/VB question
Hi all!
I've got a program which I use which can be added to/enhanced by writing Perl scripts. On the very first example code they give you it talks about setting up a variable/scalar wahtever you call this in Perl (as I'm new to this language) to hold this program's environment:
my $X = XPPcompo::new();
so I can call it's objects from this & modify them. I was wondering if this is like calling a createobject("word.application") call in vb to set up an environment/object reference & if this is the same, was wondering where I could find (maybe in the registry) the full name of the reference so I could use it in vb ( as calling createobject("XPPcompo") or createobject("XPPCompo.Application") etc doesn't work.
Thanks!
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
|