Help for this page

Select Code to Download


  1. or download this
    if(@$x1) {
                $$max = $y->[-1] if $y->[-1] > $max;
                $$min = $y->[-1] if $y->[-1] < $min;
            } else {
                $$min = $$max = $y->[-1];}