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!