Re: VMWARE PERL API

2007-08-03 Thread vishnu
hi The problem was like i had to read the config file in /etc/vmware/ directory. * if (open CONFIG, '/etc/vmware/config') { my $libdir; my $line; while (defined($line

Re: VMWARE PERL API

2007-08-03 Thread Chas Owens
On 8/3/07, vishnu [EMAIL PROTECTED] wrote: snip I think this stuff is going a bit complicated.. please give my some links on perl concepts. i have fome pdf files from perk.org.. but they are a bit basic and not deep into such things. please refer dome books that might by of some use to me :)

Re: VMWARE PERL API

2007-08-03 Thread Chas Owens
On 8/3/07, Chas Owens [EMAIL PROTECTED] wrote: On 8/3/07, vishnu [EMAIL PROTECTED] wrote: snip I think this stuff is going a bit complicated.. please give my some links on perl concepts. i have fome pdf files from perk.org.. but they are a bit basic and not deep into such things.

VMWARE PERL API

2007-08-02 Thread vishnu
To: [EMAIL PROTECTED] Hi im new to VMware and PERL Im trying to Build an API in perl. I've included path of my installation like: sub BEGIN { push (@INC, (/usr/lib/vmware-server/perl5/site_perl/5.005/i386-linux, .)); } use VMware::Control; use

Re: VMWARE PERL API

2007-08-02 Thread Mr. Shawn H. Corey
vishnu wrote: Error: -- Can't load '/usr/lib/vmware-server/perl5/site_perl/5.005/i386-linux/auto/VMware/VmPerl/VmPerl.so' for module VMware::VmPerl: /usr/lib/vmware-server/perl5/site_perl/5.005/i386-linux/auto/VMware/VmPerl/VmPerl.so: undefined symbol: PL_sv_undef at

Re: VMWARE PERL API

2007-08-02 Thread Jeff Pang
-Original Message- From: vishnu [EMAIL PROTECTED] Sent: Aug 2, 2007 10:40 AM To: beginners@perl.org Subject: VMWARE PERL API To: [EMAIL PROTECTED] Hi im new to VMware and PERL Im trying to Build an API in perl. I've included path of my installation like: sub BEGIN { push

Re: VMWARE PERL API

2007-08-02 Thread John W. Krahn
Jeff Pang wrote: From: vishnu [EMAIL PROTECTED] Im trying to Build an API in perl. I've included path of my installation like: sub BEGIN { push (@INC, (/usr/lib/vmware-server/perl5/site_perl/5.005/i386-linux, .)); } It's not sub BEGIN but BEGIN block, BEGIN {