Rob Dixon wrote:
John W. Krahn wrote:

chen li wrote:

5) my $mean+=$_/@data [EMAIL PROTECTED];


That was not posted and it won't work correctly (see the NOTE at the end of
the "Statement Modifiers" section of perlsyn.)

Ruud posted it in the 'perl built in function for mean' thread at 7:46 GMT this morning (10 September). It was an entry in the golf tournament! Good catch though - it went straight past me.

I beg your pardon, I see what you mean. Ruud posted the (almost) correct

my$mean;mean+=$_/@data [EMAIL PROTECTED];

later corrected to

my$mean;$mean+=$_/@data [EMAIL PROTECTED];

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to