Re: how to add a list of numbers
- From: chasecreek.systemhouse@xxxxxxxxx (WCJ d/b/a http://ccsh.us/)
- Date: Sat, 15 Jul 2006 14:00:46 -0400
On 7/15/06, I BioKid <ibiokid@xxxxxxxxx> wrote:
is there any shortest way to add a list of random numbers ?
for example :
11
1
250
39
100
my $results;
while(<DATA>){
s|\s+||g;
$results += $_;
}
print $results;
__END__
11
2
250
39
--
WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/
.
- References:
- how to add a list of numbers
- From: I BioKid
- how to add a list of numbers
- Prev by Date: Re: strip
- Next by Date: Re: How to write output in an xml file
- Previous by thread: RE: how to add a list of numbers
- Next by thread: HANDY PERL ONE-LINERS
- Index(es):