programmerc
Programmer
Hi, I wish to apply the following script to histogram a set of data I have
However, when I run the script in the terminal I get the following error.
user$ perl histogram
Bareword "mxs" not allowed while "strict subs" in use at histogram line 30.
Execution of histogram aborted due to compilation errors.
I) Could someone help me trying to understand this (I know nothing about Perl specific coding)
II) How do I define the max,min of my bins?
Thanks
However, when I run the script in the terminal I get the following error.
user$ perl histogram
Bareword "mxs" not allowed while "strict subs" in use at histogram line 30.
Execution of histogram aborted due to compilation errors.
I) Could someone help me trying to understand this (I know nothing about Perl specific coding)
II) How do I define the max,min of my bins?
Thanks