in reply to Histogram in Perl

What have you tried (code wise)? How does it not work? Error messages?

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)

Replies are listed 'Best First'.
Re^2: Histogram in Perl
by Jaya (Acolyte) on Feb 17, 2005 at 21:24 UTC
    I have a large 1D array of data. I need to plot the frequency of that data in the histogram format. I did plot it using 'histogram.pl' but it is not correct.(I am getting a large rectangular box) So i tried the example given in the 'histogram.pl' , to check if the module works and it also gave the same kind of result:(:( Any suggestions