in reply to Re: Re: Simple Text Histogram
in thread Simple Text Histogram

Yup, calling it with ( \@array_name, size_of_bin, width ) works, but the output stuff could do with tons of improvement. Documentation leaves something to be desired. But, it does work:)

Replies are listed 'Best First'.
Re: Re: Re: Re: Simple Text Histogram
by Anonymous Monk on Jan 22, 2004 at 19:18 UTC
    It is useful, but it only gives meaningful output with integers. So, if you're interested in x places of decimals, you could use a regex to move the decimal point so many places. That way, I checked, it does give meaningful output.