Help for this page

Select Code to Download


  1. 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:
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    __END__
    
  3. or download this
    sub smart {
        my $t=sum @_;
    ...
            return ($found1+$found2)/2;
        }
    }
    
  4. or download this
    sub smart {
        my $t=sum @_;
    ...
            return $acc/2;
        }
    }