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 +
) {
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
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
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
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."
. @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
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
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."
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
w how to proceed.
please help me on this regard. :)
--
Vishnu,
"if you don't make mistakes,
chances are you are not stretching yourself."
10 matches
Mail list logo