RE: Split and concatenation

2011-12-19 Thread T D, Vishnu
Thanks guys for your suggestion -Original Message- From: Shlomi Fish [mailto:shlo...@shlomifish.org] Sent: Saturday, December 17, 2011 2:48 PM To: vishnu.kuma...@wipro.com Cc: beginners@perl.org Subject: Re: Split and concatenation Hi Vishnu, On Sat, 17 Dec 2011 08:22:31 +

Split and concatenation

2011-12-17 Thread T D, Vishnu
) { print("Value of array element $i is $d[$i]\n"); } #concatenation for (my $i=0; $i < $e; $i++) { my $abc .= "$d[$i]"; } print("Value after concatenation is $abc\n"); Output I am getting is Value after concatenation is "amm" Cheers, Vis

query

2009-12-22 Thread Vishnu
I was going through the book intermediate perl and came across the following code. my @odd_digit_sum = grep digit_sum_is_odd($_), @input_numbers; sub digit_sum_is_odd { my $input = shift; > what are we doing here? my @digits = split //, $input; # Assume no nondigit cha

demystify

2009-12-22 Thread Vishnu
git characters my $sum; $sum += $_ for @digits; -> what exactly is the operation performed here? specially haven't understood "for" return $sum % 2; } Appreciate your inputs. +Vishnu -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org Fo

xml rpc version for perl 5.005

2007-08-09 Thread vishnu
hi Is there any specific xml::Rpc version that runs in perl 5.005. -- Vishnu, "if you don't make mistakes, chances are you are not stretching yourself."

Re: XML-RPC VMware

2007-08-07 Thread vishnu
. @arg\n"; print "Child Pid $$ just read this \n"; Now is there anyway read childs output in parent so that i can have the return values in a variable... On 8/7/07, vishnu <[EMAIL PROTECTED]> wrote: > > I have a lot of work that needs to be dont in vmware, so i

Re: XML-RPC VMware

2007-08-07 Thread vishnu
r can i use socketpair... any example. ? On 8/6/07, vishnu <[EMAIL PROTECTED]> wrote: > > great, > I'll try it and get back on this.. > I'm really glad u shawed me a way.thanks, :) :) :) > > will update u on the developments > regards, > vishn

XML-RPC VMware

2007-08-06 Thread vishnu
n of XML-RPC that supports VMware . can anyone help me on this regard on what went wrong.. :( , -- Vishnu, cell:99944 75599 "if you don't make mistakes, chances are you are not stretching yourself."

Re: VMWARE PERL API

2007-08-02 Thread vishnu
thanks for ur help On 8/2/07, John W. Krahn <[EMAIL PROTECTED]> wrote: > > Jeff Pang wrote: > > > >> From: vishnu <[EMAIL PROTECTED]> > >> > >> Im trying to Build an API in perl. > >> > >> I&#

VMWARE PERL API

2007-08-02 Thread vishnu
w how to proceed. please help me on this regard. :) -- Vishnu, "if you don't make mistakes, chances are you are not stretching yourself."