- or download this
On Fri, 05 Oct 2007 16:49:31 -0500, "Mumia W."
<paduille.4061.mumia.w+nospam@earthlink.net> wrote:
...
>the median; I don't think it's possible.
Sure it is possible:
- or download this
#!/usr/bin/perl
...
}
__END__
- or download this
sub smart {
my $t=sum @_;
...
return ($found1+$found2)/2;
}
}
- or download this
sub smart {
my $t=sum @_;
...
return $acc/2;
}
}