Help for this page

Select Code to Download


  1. or download this
    sub min_max_avg {
        my $ref = shift;
    ...
        }
        return ( $min, $max, $agv / @{$ref} );
    }
    
  2. or download this
    [qw//]
    
  3. or download this
    [qw/foo bar/]